Skip to content

Commit

Permalink
Merge pull request #396 from georgejecook/chore/build-improvements
Browse files Browse the repository at this point in the history
adds release-it stuff
  • Loading branch information
georgejecook authored Jun 1, 2023
2 parents 256c6e6 + 48f6518 commit e745547
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"git": {
"requireBranch": "master",
"commitMessage": "chore: release v${version}"
},
"hooks": {
"before:init": [
"git pull",
"npm run build"
],
"after:bump": "npx auto-changelog -p"
},
"github": {
"release": true
},
"npm": {
"publish": true
}
}

0 comments on commit e745547

Please sign in to comment.