Skip to content

Commit

Permalink
chore: override conventional-changelog-conventionalcommits version
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Jun 16, 2023
1 parent f31d886 commit f773cdb
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 9 deletions.
51 changes: 49 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"ejs@<3.1.7": ">=3.1.7",
"ansi-regex@>=3.0.0 <3.0.1": ">=3.0.1",
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"minimatch@<3.0.5": ">=3.0.5"
"minimatch@<3.0.5": ">=3.0.5",
"conventional-changelog-conventionalcommits": ">=5.0.0"
}
},
"release-it": {
Expand All @@ -114,7 +115,53 @@
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
"infile": "CHANGELOG.md",
"types": [
{
"section": "Features",
"type": "feat"
},
{
"section": "Bug fixes",
"type": "fix"
},
{
"section": "Documentation",
"type": "docs"
},
{
"section": "Styles",
"type": "style"
},
{
"section": "Code refactoring",
"type": "refactor"
},
{
"section": "Performance improvements",
"type": "perf"
},
{
"section": "Tests",
"type": "test"
},
{
"section": "Builds",
"type": "build"
},
{
"section": "Continuous integrations",
"type": "ci"
},
{
"section": "Chores",
"type": "chore"
},
{
"section": "Reverts",
"type": "revert"
}
]
}
}
}
Expand Down
13 changes: 6 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f773cdb

Please sign in to comment.