Skip to content

Commit

Permalink
Prepare 1.19.0 release (#456)
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <appu@google.com>
  • Loading branch information
loosebazooka committed Jul 17, 2024
1 parent 61e4ef1 commit 3e5f0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 ?= 18
VERSION_MINOR ?= 19
VERSION_BUILD ?= 0

VERSION ?= v$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_BUILD)
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Barebones releasing instructions
- Update Makefile `VERSION_xxx` and submit changes
- Tag the new release (at the above commit)
- Tagging triggers a goreleaser build on github actions
- Artifacts are automatically added to the github release
- 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 3e5f0bf

Please sign in to comment.