Commit 13e5924f by Chavee Issariyapat

Update Makefile

parent d0bc2394
...@@ -106,7 +106,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag) ...@@ -106,7 +106,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-function RELEASE_SUPPORT := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))/.make-function
export MAKEFUNCTIONCODE 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 push do-push post-push post-init
init: init:
...@@ -147,8 +147,9 @@ do-push: ...@@ -147,8 +147,9 @@ do-push:
snapshot: build push snapshot: build push
showver: init release.conf showtag: init release.conf
@. $(RELEASE_SUPPORT); getVersion @. $(RELEASE_SUPPORT); getVersion
@rm .make-function
tag-patch-release: init tag-patch-release: init
VERSION := $(shell . $(RELEASE_SUPPORT); nextPatchLevel) 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