Skip to content

Commit

Permalink
gittag
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Oct 4, 2020
1 parent 44ca011 commit d2ffe79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"npmtags": "npm dist-tag ls node-red-contrib-uibuilder",
"npmtagnext": "npm dist-tag add node-red-contrib-uibuilder@$npm_package_version next",
"gittags": "git tag",
"gittag": "git tag -a v$npm_package_version",
"gittag": "git tag -a v%npm_package_version%",
"gitpushtags": "git push origin --tags"
},
"dependencies": {
Expand Down

0 comments on commit d2ffe79

Please sign in to comment.