Skip to content

Commit

Permalink
release-it trial
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Nov 30, 2020
1 parent c23f530 commit 579554f
Show file tree
Hide file tree
Showing 3 changed files with 2,164 additions and 22 deletions.
13 changes: 13 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"git": {
"changelog": "npm run changelog:preview",
"commitMessage": "v${version}",
"tagAnnotation": "v${version}"
},
"hooks": {
"after:bump": "npm run changelog:update --package"
},
"npm": {
"publish": false
}
}
Loading

0 comments on commit 579554f

Please sign in to comment.