Files
codecov-action/Makefile
T

8 lines
155 B
Makefile
Raw Permalink Normal View History

2020-12-21 09:05:03 -05:00
deploy:
$(eval VERSION := $(shell cat src/version))
2024-11-11 10:54:09 -05:00
git tag -d v5
git push origin :v5
git tag v5
2022-04-04 16:14:50 -04:00
git tag v$(VERSION) -s -m ""
2020-12-21 09:05:03 -05:00
git push origin --tags