Merge commit '99c243e9cdbe95f4439463500b6797e9ae6d7f17'

This commit is contained in:
ducoterra
2021-11-01 22:44:14 -04:00
3 changed files with 21 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
.PHONY: git-release
git-release:
@git add .
@git commit -m "Automated release for version $(VERSION)"
@git tag $(VERSION)