Skip to content

Commit

Permalink
fix auto tag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Nov 14, 2019
1 parent 28fe47b commit 9a19fb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-ws",
"version": "1.0.1-rc.3",
"version": "1.0.1-rc.4",
"description": "Simple Node.js server based on uWebSockets",
"main": "index.js",
"engines": {
Expand All @@ -14,7 +14,8 @@
"prebuild-upload": "prebuild --upload-all ${PREBUILD_TOKEN}",
"clean": "rimraf build node_modules prebuilds",
"distclean": "npm run clean",
"postpublish": "git tag v${npm_package_version} && git push --follow-tags"
"tag-version": "git tag -a v${npm_package_version} -m 'release v${npm_package_version}'",
"postpublish": "npm run tag-version && git push --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9a19fb6

Please sign in to comment.