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 61e4ef1 commit 3e5f0bfCopy full SHA for 3e5f0bf
Makefile
@@ -14,7 +14,7 @@
14
15
# Bump these on release
16
VERSION_MAJOR ?= 1
17
-VERSION_MINOR ?= 18
+VERSION_MINOR ?= 19
18
VERSION_BUILD ?= 0
19
20
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
RELEASING.md
@@ -5,5 +5,5 @@ Barebones releasing instructions
5
- Update Makefile `VERSION_xxx` and submit changes
6
- Tag the new release (at the above commit)
7
- Tagging triggers a goreleaser build on github actions
8
-- Artifacts are automatically added to the github release
+- Artifacts are automatically added to the github release
9
- Container images are published to ghcr.io/googlecontainertools/container-structure-test (:latest, :<version>)
0 commit comments