1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-08-30 09:10:59 +02:00

release it config

This commit is contained in:
codecalm
2020-03-21 23:22:41 +01:00
parent 1651af9c0a
commit 4af6b98d9f

View File

@@ -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": {
@@ -39,6 +39,9 @@
"release-it": "13.1.2"
},
"release-it": {
"git": {
"tagName": "v${version}"
},
"github": {
"release": true
}