Skip to content

Commit 2c83f35

Browse files
Update makefile to v3
1 parent e3c5604 commit 2c83f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deploy:
22
$(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
3+
git tag -d v3
4+
git push origin :v3
5+
git tag v3
66
git tag v$(VERSION) -s -m ""
77
git push origin --tags

0 commit comments

Comments
 (0)