Skip to content

Commit

Permalink
📦 NEW: Add Release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Mar 29, 2018
1 parent ae5e3d5 commit 2eb488c
Show file tree
Hide file tree
Showing 3 changed files with 3,018 additions and 49 deletions.
25 changes: 25 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"non-interactive": true,
"increment": "minor",
"src": {
"commitMessage": "🦄 Release %s",
"tagAnnotation": "🦄 Release %s"
},
"npm": {
"publish": true
},
"github": {
"release": true,
"releaseName": "🦄 %s"
},
"prompt": {
"src": {
"status": true,
"commit": true,
"tag": true,
"push": true,
"release": true,
"publish": true
}
}
}
Loading

0 comments on commit 2eb488c

Please sign in to comment.