diff options
author | codecalm <codecalm@gmail.com> | 2020-03-21 23:32:17 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-21 23:32:17 +0100 |
commit | 962a217cd645debc9773d30831974b6b34abfe45 (patch) | |
tree | 66e06fad3d5e6575a52106cb3fef66c80c6840c1 | |
parent | Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons i... (diff) | |
parent | release it fix (diff) | |
download | tabler-icons-962a217cd645debc9773d30831974b6b34abfe45.tar.xz |
Merge branches 'dev' and 'master' of https://github.com/tabler/tabler-icons into dev
Conflicts:
package.json
-rw-r--r-- | package.json | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/package.json b/package.json index f4c6d219..3dcb4f3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons", - "version": "1.0.2", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" @@ -10,6 +10,10 @@ "bugs": { "url": "https://github.com/tabler/tabler-icons/issues" }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/codecalm" + }, "files": [ "icons/*", "icons-png/*", @@ -24,13 +28,23 @@ "start": "bundle exec jekyll serve --watch --livereload", "build": "gulp build", "png": "gulp svg-to-png", - "zip": "gulp build-zip" + "zip": "gulp build-zip", + "release": "release-it" }, "description": "", "devDependencies": { "glob": "7.1.6", "gulp": "4.0.2", "gulp-zip": "5.0.1", - "puppeteer": "2.1.1" + "puppeteer": "2.1.1", + "release-it": "13.1.2" + }, + "release-it": { + "git": { + "tagName": "v${version}" + }, + "github": { + "release": true + } } } |