From 5b18d6e2c55e19398690336fdf963d1f3f73d442 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Fri, 11 Aug 2023 10:21:34 +0100 Subject: [PATCH] towncrier now uses subcommands --- RELEASING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 40d2040..9477d45 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,8 +4,8 @@ ``` 1. Update the changelog: ```sh - pip3 install --pre 'towncrier~=21.2' - towncrier --version=$ver + pip3 install --pre 'towncrier~=21.9' + towncrier build --version=$ver ``` 1. Push your changes: ```sh @@ -19,13 +19,13 @@ xdg-open https://github.com/matrix-org/rageshake/releases/new ``` 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 - + 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) ```