fixup into add git-release

This commit is contained in:
ducoterra
2021-11-01 21:44:55 -04:00
parent 2396536013
commit 87731ffd6e
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ include .gitlab/make/docker.makefile
include .gitlab/make/helm.makefile
include .gitlab/make/kaniko.makefile
include .gitlab/make/truenas.makefile
include .gitlab/make/git.makefile
.PHONY: warning
warning:

View File

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