We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3c5604 + 2c83f35 commit 13ce822Copy full SHA for 13ce822
Makefile
@@ -1,7 +1,7 @@
1
deploy:
2
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4))
3
- git tag -d v2
4
- git push origin :v2
5
- git tag v2
+ git tag -d v3
+ git push origin :v3
+ git tag v3
6
git tag v$(VERSION) -s -m ""
7
git push origin --tags
0 commit comments