Skip to content

Commit

Permalink
towncrier now uses subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 11, 2023
1 parent 7ea1cb0 commit 5b18d6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
```
Expand Down

0 comments on commit 5b18d6e

Please sign in to comment.