From 64a3ca0570543f799048667e8d4431799ce67fba Mon Sep 17 00:00:00 2001 From: Kinara Shah Date: Fri, 17 Jan 2025 11:42:47 -0800 Subject: [PATCH] Update release.md (#1592) --- docs/release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/release.md b/docs/release.md index 1e0c98b3d..467d859a2 100644 --- a/docs/release.md +++ b/docs/release.md @@ -128,6 +128,7 @@ Example PRs: 6. Monitor GHA status for tag (https://github.com/rancher/rke/actions). GHA uploads the release manifests to the release tag under Assets (https://github.com/rancher/rke/releases) 7. Copy release notes from our draft release notes to the released tag 8. Mark the patch version for the latest minor version as the latest release. This should always be done for the highest patch version (e.g. if both `1.5.x` and `1.7.x` were released, `1.7.x` should be marked as latest) +9. Delete the draft release created for drafting release notes from https://github.com/rancher/rke/releases. We should only keep tagged versions here. ## Post OOB Release Tasks for KDM @@ -149,4 +150,4 @@ Here's an example PR for this change: ## Post Rancher Release Tasks -Once Rancher has been released, make sure to revert the KDM branches to the corresponding dev branches. \ No newline at end of file +Once Rancher has been released, make sure to revert the KDM branches to the corresponding dev branches.