From 3e5f0bff093901e54fd1dc1806604e7f7dd94792 Mon Sep 17 00:00:00 2001 From: Appu Date: Wed, 17 Jul 2024 06:19:10 -0700 Subject: [PATCH] Prepare 1.19.0 release (#456) Signed-off-by: Appu Goundan --- Makefile | 2 +- RELEASING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3caa4ab2..9f4c4cd8 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/RELEASING.md b/RELEASING.md index 40ee4dbc..5ef8391c 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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, :)