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 7, 2018
1 parent b80f96d commit 2a778ba
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
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": true
},
"github": {
"release": true,
"releaseName": "🦄 %s"
},
"prompt": {
"src": {
"status": true,
"commit": true,
"tag": true,
"push": true,
"release": true,
"publish": true
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpgulp",
"version": "1.9.0",
"version": "2.0.0",
"author": "Ahmad Awais (https://twitter.com/MrAhmadAwais/)",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2a778ba

Please sign in to comment.