Skip to content

Commit

Permalink
πŸ“¦ NEW: release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 15, 2018
1 parent f5150fe commit 191751e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"dry-run": false,
"verbose": false,
"force": true,
"non-interactive": true,
"increment": "minor",
"beforeChangelogCommand": "auto-changelog",
"safeBump": false,
"src": {
"commitMessage": "πŸ¦„ RELEASE: %s",
"tagAnnotation": "πŸ¦„ RELEASE: %s"
},
"npm": {
"publish": false
},
"github": {
"release": true,
"releaseName": "πŸ¦„ %s"
},
"prompt": {
"src": {
"status": true,
"commit": true,
"tag": true,
"push": true,
"release": true,
"publish": true
}
}
}

0 comments on commit 191751e

Please sign in to comment.