From b4674bdb1a6aa04420805a21905607e49cee85d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=B3nal=20Murray?= Date: Fri, 10 Jan 2025 14:05:53 +0000 Subject: [PATCH] Update README.md Co-authored-by: Oliver Tale-Yazdi --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21fe6f40fe..1a15086578 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,8 @@ To submit a fix to release `x.y.z` and make a point release: - Make a PR against the branch `x.y.b` - Trigger the release process manually (contact a maintainer) - Check for other planned releases who originally targeted the same semver version and post on the issue letting them know that they should bump - +- Once the release is out, amend the GitHub release and delete all unchanged runtime blobs. Highlight if this release only affects some runtimes (contact a maintainer) +- Backport your changes to the `CHANGELOG.md` to the main branch ## Release guidelines Here is an overview of the recommended steps.