Skip to content

Commit 43b8fb8

Browse files
authored
Prepare 1.18.0 release (#438)
Signed-off-by: Appu Goundan <[email protected]>
1 parent 866fc74 commit 43b8fb8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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 ?= 17
17+
VERSION_MINOR ?= 18
1818
VERSION_BUILD ?= 0
1919

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

RELEASING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ Barebones releasing instructions
44

55
- Update Makefile `VERSION_xxx` and submit changes
66
- 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
7+
- Tagging triggers a goreleaser build on github actions
8+
- 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

Comments
 (0)