From d758de3fd6eaf6c4d38f09ade548ac4b823e2f32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= <julian.toelle@hetzner-cloud.de> Date: Wed, 6 Dec 2023 13:54:56 +0100 Subject: [PATCH] chore: prepare 1.19.0 release (#574) Instruct `release-please` to skip the pre-release tag `1.19.0-rc.0` when building the changelog for the next release, and force it to create a new release called `1.19.0` next. --- .github/workflows/release-please.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5d1af9b3..e9e2042b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -17,6 +17,12 @@ jobs: release-type: go package-name: hcloud-cloud-controller-manager + # We published a 1.19.0-rc.0 to verify the build process and provide + # people with a test version. We would like to have the full changelog + # since the last proper release v1.18.0 (this sha). + last-release-sha: 9e2926c6f0c4194d359b831975c17759e3033caf + release-as: 1.19.0 + # These files reference the version in the OCI image tag. extra-files: | deploy/ccm.yaml -- GitLab