Skip to content

Commit 3e5f0bf

Browse files
authored
Prepare 1.19.0 release (#456)
Signed-off-by: Appu Goundan <[email protected]>
1 parent 61e4ef1 commit 3e5f0bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Bump these on release
1616
VERSION_MAJOR ?= 1
17-
VERSION_MINOR ?= 18
17+
VERSION_MINOR ?= 19
1818
VERSION_BUILD ?= 0
1919

2020
VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Barebones releasing instructions
55
- Update Makefile `VERSION_xxx` and submit changes
66
- Tag the new release (at the above commit)
77
- Tagging triggers a goreleaser build on github actions
8-
- Artifacts are automatically added to the github release
8+
- Artifacts are automatically added to the github release
99
- Container images are published to ghcr.io/googlecontainertools/container-structure-test (:latest, :<version>)

0 commit comments

Comments
 (0)