Skip to content

Commit

Permalink
release it config
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Mar 21, 2020
1 parent 1651af9 commit 4af6b98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "bundle exec jekyll serve --watch --livereload",
"build": "gulp build",
"png": "gulp svg-to-png",
"release": "release-it"
"release": "release-it --ci"
},
"description": "",
"devDependencies": {
Expand All @@ -39,6 +39,9 @@
"release-it": "13.1.2"
},
"release-it": {
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
}
Expand Down

0 comments on commit 4af6b98

Please sign in to comment.