Commit 13e5924f by Chavee Issariyapat

Update Makefile

parent d0bc2394
......@@ -106,7 +106,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-function
export MAKEFUNCTIONCODE
.PHONY: pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release showver \
.PHONY: pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release showtag \
push do-push post-push post-init
init:
......@@ -147,8 +147,9 @@ do-push:
snapshot: build push
showver: init release.conf
showtag: init release.conf
@. $(RELEASE_SUPPORT); getVersion
@rm .make-function
tag-patch-release: init
VERSION := $(shell . $(RELEASE_SUPPORT); nextPatchLevel)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment