From 074839424cd8878d0fc42782b258118f62711f04 Mon Sep 17 00:00:00 2001 From: ihwang Date: Thu, 11 Jan 2024 16:19:06 -0500 Subject: [PATCH 1/2] update README on triggering a new release --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4648f4ec..b120efa4 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ make uninstall 1. Create release manifest files by running `IMG_TAG=vX.Y.Z make release-manifests` 2. Create and merge PR 3. [Trigger the `release` GitHub action workflow](https://github.com/digitalocean/do-operator/actions/workflows/release.yml) + - Draft a new release [here](https://github.com/digitalocean/do-operator/releases) for the new version + - Creating a new tag will trigger a new release as defined in the [release.yml](https://github.com/digitalocean/do-operator/blob/main/.github/workflows/release.yml) ## Contributing From b80317af0a08ff920f440bdca5d3147fc135e2df Mon Sep 17 00:00:00 2001 From: David Hwang <69114096+dhij@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:27:37 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: llDrLove --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b120efa4..e35f7d51 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,8 @@ make uninstall 2. Create and merge PR 3. [Trigger the `release` GitHub action workflow](https://github.com/digitalocean/do-operator/actions/workflows/release.yml) - Draft a new release [here](https://github.com/digitalocean/do-operator/releases) for the new version - - Creating a new tag will trigger a new release as defined in the [release.yml](https://github.com/digitalocean/do-operator/blob/main/.github/workflows/release.yml) + - Creating a new release will trigger the [release](https://github.com/digitalocean/do-operator/actions/workflows/release.yml) Github Action + - Follow the [release](https://github.com/digitalocean/do-operator/actions/workflows/release.yml) Github Action until successful completion. ## Contributing