Skip to content

Commit

Permalink
Configure release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Sep 22, 2023
1 parent 45883d2 commit 2777951
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"git": {
"requireBranch": "master"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"npm": {
"publish": true
},
"hooks": {
"before:init": ["npm run lint", "npm run test"],
"after:bump": ["npm run changelog"]
}
}

0 comments on commit 2777951

Please sign in to comment.