Add make git-release

Add command which makes an automated release from the VERSION file.
Commits and tags everything not staged in the repo.
This commit is contained in:
ducoterra
2021-11-02 10:25:18 -04:00
parent 9eed50962c
commit a6053ed3f0
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,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: