a07400506a
git-subtree-dir: .gitlab git-subtree-mainline:422f4d49bdgit-subtree-split:731ada6a3d
6 lines
125 B
Makefile
6 lines
125 B
Makefile
.PHONY: git-release
|
|
git-release:
|
|
@git add .
|
|
@git commit -m "Automated release for version $(VERSION)"
|
|
@git tag $(VERSION)
|