From 9eea434a3bf64da42c91cbbadd5be8aec37a407f Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 11 Aug 2023 10:30:23 +0100 Subject: [PATCH] pre-populate release form --- RELEASING.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 9477d45..47b748f 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -16,15 +16,9 @@ and update if need be. 1. Create release on GH project page: ```sh - xdg-open https://github.com/matrix-org/rageshake/releases/new + xdg-open https://github.com/matrix-org/rageshake/releases/new?tag=v$ver&title=v$ver ``` - Set the tag to be the new version (eg v2.2.1). - - Ensure you selected "create tag" if it doesn't already exist. - - Release name will be autocompleted to the tag name - - Describe the release based on the changelog + Describe the release based on the changelog. This will trigger a docker image to be built as well as a binary to be uploaded to the release 1. Check that the docker image has been created and tagged (a few mins)