Files
charts/make/git.makefile
2021-11-01 21:45:16 -04:00

6 lines
125 B
Makefile

.PHONY: git-release
git-release:
@git add .
@git commit -m "Automated release for version $(VERSION)"
@git tag $(VERSION)