Files
Minecraft_Get_Server/make/git.makefile
ducoterra c146109b59 Squashed '.gitlab/' content from commit cf41f2e
git-subtree-dir: .gitlab
git-subtree-split: cf41f2e7768da3a340b86debcddc949b588448c7
2021-11-02 15:50:05 -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)