Skip to content

Commit

Permalink
Make procedure for release PR a bit clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 20, 2023
1 parent 5312ea0 commit b55c23e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ Create a pull request:

- Mention the version in the title (e.g. `Release v0.1.2`).
- Label it as `release`.
- Lock the pull request. Anything that updates this pull request (like comments), could confuse next week's release automation (because GitHub doesn't allow sorting pull requests by merge date, unfortunately).
- Lock the pull request.

The pull request needs to be locked, as anything that updates it (like comments), could confuse next week's release automation (because GitHub doesn't allow sorting pull requests by merge date, unfortunately).

Once the CI build completed successfully, merge the pull request. The release automation will now compile binaries, create a release on GitHub, and publish to [crates.io](https://crates.io/).

Expand Down

0 comments on commit b55c23e

Please sign in to comment.