Files
codecov-action/Makefile
T

8 lines
155 B
Makefile
Raw Normal View History

2020-12-21 09:05:03 -05:00
deploy:
$(eval VERSION := $(shell cat src/version))
2026-03-26 23:00:19 +09:00
git tag -d v6
git push origin :v6
git tag v6
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