Skip to content

Commit

Permalink
ci(release-it): add .release-it.json config file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdiliberto committed Mar 25, 2020
1 parent d765502 commit 9ea8a61
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 @@
{
"hooks": {
"before:init": ["yarn test"]
},
"git": {
"tagName": "v${version}",
"commitMessage": "v${version}"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"npm": {
"publish": true
}
}

0 comments on commit 9ea8a61

Please sign in to comment.