File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1+ # One can either specify a git tag as the version suffix or one that is
2+ # generated from the current date.
13VERSION_TAG = $(shell date +% Y% m% d) -01
24VERSION_CHECK = @$(call print, "Building master with date version tag")
35
6+ ifneq ($(tag ) ,)
7+ VERSION_TAG = $(tag )
8+ VERSION_CHECK = ./scripts/release.sh check-tag "$(VERSION_TAG ) " "$(VERSION_GO_FILE ) "
9+ endif
10+
411DOCKER_RELEASE_HELPER = docker run \
512 -it \
613 --rm \
@@ -22,13 +29,6 @@ windows-amd64
2229
2330RELEASE_TAGS = monitoring
2431
25- # One can either specify a git tag as the version suffix or one is generated
26- # from the current date.
27- ifneq ($(tag ) ,)
28- VERSION_TAG = $(tag )
29- VERSION_CHECK = ./scripts/release.sh check-tag "$(VERSION_TAG ) " "$(VERSION_GO_FILE ) "
30- endif
31-
3232# By default we will build all systems. But with the 'sys' tag, a specific
3333# system can be specified. This is useful to release for a subset of
3434# systems/architectures.
You can’t perform that action at this time.
0 commit comments