Skip to content

Commit

Permalink
feat: add release-it configs
Browse files Browse the repository at this point in the history
  • Loading branch information
obetomuniz committed Apr 1, 2023
1 parent 4be2a55 commit 67a83c0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,27 @@
"prepublishOnly": "npm run build",
"release": "release-it"
},
"release-it": {
"git": {
"commitMessage": "Release v${version}"
},
"github": {
"release": true,
"web": true
},
"npm": {
"publish": true
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "docs/CHANGELOG.md",
"header": "# Changelog",
"preset": {
"name": "conventionalcommits"
}
}
}
},
"release-it": {
"git": {
"commitMessage": "Release v${version}"
Expand Down

0 comments on commit 67a83c0

Please sign in to comment.