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, :)