From 1f62b726075e83dfb95af1b41f53ad0e5af6a32c Mon Sep 17 00:00:00 2001 From: Raffaele Di Fazio Date: Fri, 22 Oct 2021 08:03:44 +0000 Subject: [PATCH] small change to release notes Signed-off-by: GitHub --- docs/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index dcfe0de5d..7227c1f0d 100644 --- a/docs/release.md +++ b/docs/release.md @@ -24,7 +24,7 @@ You must be an official maintainer of the project to be able to do a release. ### Steps -- Run `scripts/releaser.sh` to create a new GitHub release. +- Run `scripts/releaser.sh` to create a new GitHub release. Alternatively you can create a release in the GitHub UI making sure to click on the autogenerate release node feature. - The step above will trigger the Kubernetes based CI/CD system [Prow](https://prow.k8s.io/?repo=kubernetes-sigs%2Fexternal-dns). Verify that a new image was built and uploaded to `gcr.io/k8s-staging-external-dns/external-dns`. - Create a PR in the [k8s.io repo](https://github.com/kubernetes/k8s.io) (see https://github.com/kubernetes/k8s.io/pull/540 for reference) by taking the current staging image using the sha256 digest. Once the PR is merged, the image will be live with the corresponding tag specified in the PR. - Verify that the image is pullable with the given tag (i.e. `v0.7.5`).