Skip to content

Commit

Permalink
📦 NEW: releaseit
Browse files Browse the repository at this point in the history
  • Loading branch information
MaedahBatool committed Jul 5, 2018
1 parent c62c9f9 commit 2700300
Show file tree
Hide file tree
Showing 3 changed files with 4,166 additions and 345 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 2700300

Please sign in to comment.