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 cb10342 commit 6fe24a1Copy full SHA for 6fe24a1
Makefile
@@ -14,7 +14,7 @@
14
15
# Bump these on release
16
VERSION_MAJOR ?= 1
17
-VERSION_MINOR ?= 13
+VERSION_MINOR ?= 14
18
VERSION_BUILD ?= 0
19
20
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
RELEASING.md
@@ -0,0 +1,8 @@
1
+# Releasing
2
+
3
+Barebones releasing instructions
4
5
+- Update Makefile `VERSION_xxx` and submit changes
6
+- Tag the new release (at the above commit)
7
+- Tagging triggers a build on cloud build
8
+- Go update the release on github with artifacts (from gcs) and release notes
0 commit comments