Skip to content

Commit

Permalink
fix(releaserc): add more types (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikita Almanov <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl committed Jan 26, 2024
1 parent 729596f commit 768e9a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,16 @@
{
"presetConfig": {
"types": [
{ "type": "feat", "section": "Features" },
{ "type": "fix", "section": "Bug Fixes" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "revert", "section": "Reverts" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles" },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "refactor", "section": "Code Refactoring" },
{ "type": "test", "section": "Tests" },
{ "type": "build", "section": "Build System" },
{ "type": "chore", "section": "Miscellaneous Chores" },
{ "type": "ci", "section": "Continuous Integration" }
]
},
Expand Down

0 comments on commit 768e9a1

Please sign in to comment.