We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c5604 commit 2c83f35Copy full SHA for 2c83f35
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