Skip to content

Commit

Permalink
➕ add: @release-it/conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KusStar committed Nov 22, 2021
1 parent 620053e commit d9dcf3f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,24 @@
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "CHANGELOG.md",
"preset": {
"name": "conventionalcommits",
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{}
]
}
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"devDependencies": {
"@kuss/eslint-config-vanilla": "^2.4.0",
"@release-it/conventional-changelog": "^3.3.0",
"eslint": "^8.2.0",
"release-it": "^14.11.7",
"tsup": "^5.7.0",
Expand Down

0 comments on commit d9dcf3f

Please sign in to comment.