Files
the-1122-pack/.gitlab/make/git.makefile
2022-02-04 21:25:39 -05:00

6 lines
125 B
Makefile
Executable File

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