-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4d413d
commit ad2b003
Showing
6 changed files
with
146 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
deploy: | ||
$(eval VERSION := $(shell cat package.json | grep '"version": ' | cut -d\" -f4)) | ||
git tag -d v1 | ||
git push origin :v1 | ||
git tag v1 | ||
git tag -d v2 | ||
git push origin :v2 | ||
git tag v2 | ||
git tag v$(VERSION) -m "" | ||
git push origin --tags |
Oops, something went wrong.