Skip to content

Commit

Permalink
pre-populate release form
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed Aug 11, 2023
1 parent 9b0056e commit 9eea434
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9eea434

Please sign in to comment.