From 43b8fb8df427049db80cb8577498b1dbd8fce92a Mon Sep 17 00:00:00 2001 From: Appu Date: Fri, 3 May 2024 16:57:01 -0400 Subject: [PATCH] Prepare 1.18.0 release (#438) Signed-off-by: Appu Goundan --- Makefile | 2 +- RELEASING.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7ce9624b..3caa4ab2 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/RELEASING.md b/RELEASING.md index 8895f870..c5dc754a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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, :)