Skip to content

Commit

Permalink
Merge pull request #480 from terrestris/release-it
Browse files Browse the repository at this point in the history
chore: use release-it with conventional commits
  • Loading branch information
simonseyock authored Sep 19, 2023
2 parents bfc6103 + 1ad4fb0 commit 106cc07
Show file tree
Hide file tree
Showing 3 changed files with 4,439 additions and 3,679 deletions.
24 changes: 24 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"npm": {
"publish": true
},
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"hooks": {
"before:init": [
"npm run lint",
"npm run test-ci",
"npm run build"
]
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "conventionalcommits",
"infile": "CHANGELOG.md"
}
}
}
Loading

0 comments on commit 106cc07

Please sign in to comment.