Skip to content

Commit

Permalink
πŸ”§ Add release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 27, 2018
1 parent 91fcb39 commit 3f4a5c3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"src": {
"tagName": "v%s",
"commitMessage": "πŸ”– %s"
},
"github": {
"release": true,
"releaseName": "πŸš€ Release %s",
"tokenRef": "GITHUB_TOKEN"
},
"npm": {
"publish": true
},
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
}

0 comments on commit 3f4a5c3

Please sign in to comment.