We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24de030 commit 2d69d8dCopy full SHA for 2d69d8d
1 file changed
Makefile
@@ -7,7 +7,7 @@ VERSION = $(shell date +%Y%m%d)
7
BUILD = $(shell date +%Y%m%d%H%M)
8
9
TAG = v5.1.3
10
-RC = RC11
+RC = RC12
11
12
LDFLAGS = -ldflags "-w -s -extldflags -static -X main.version=${TAG} -X main.build=${BUILD}"
13
@@ -74,7 +74,7 @@ all:
74
push:
75
git tag -a ${TAG} -m "Philosopher ${TAG}"
76
git push origin master -f --tags
77
-
+
78
.PHONY: draft
79
draft:
80
goreleaser --skip-publish --snapshot --release-notes=Changelog
0 commit comments