Skip to content

Commit

Permalink
Prepare 1.18.0 release (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <appu@google.com>
  • Loading branch information
loosebazooka authored May 3, 2024
1 parent 866fc74 commit 43b8fb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Bump these on release
VERSION_MAJOR ?= 1
VERSION_MINOR ?= 17
VERSION_MINOR ?= 18
VERSION_BUILD ?= 0

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
Expand Down
5 changes: 3 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ Barebones releasing instructions

- Update Makefile `VERSION_xxx` and submit changes
- Tag the new release (at the above commit)
- Tagging triggers a build on cloud build
- Go update the release on github with artifacts (from gcs) and release notes
- Tagging triggers a goreleaser build on github actions
- Artifacts are automatically added to the github release
- Container images are published to ghcr.io/GoogleContainerTools/container-structure-test (:latest, :<version>)

0 comments on commit 43b8fb8

Please sign in to comment.