Skip to content

Commit

Permalink
chore: add more type output in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DCsunset committed Aug 25, 2023
1 parent 98f58e6 commit cc1212a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .versionrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,19 @@ const trackers = [
];

module.exports = {
types: [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Bug Fixes"},
{"type": "chore", "section": "Misc"},
{"type": "docs", "section": "Misc"},
{"type": "style", "section": "Misc"},
{"type": "refactor", "section": "Misc"},
{"type": "perf", "section": "Misc"},
{"type": "test", "section": "Misc"},
{"type": "ci", "section": "Misc"}
],
// read version
packageFiles: trackers,
// write version
bumpFiles: trackers
};
};

0 comments on commit cc1212a

Please sign in to comment.