Skip to content

Commit

Permalink
Update release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 5, 2022
1 parent e70a474 commit e2a582e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ cargo install --path tools/automator

The release announcement lives on the website, and needs to be created in the [website repository](https://github.com/hannobraun/www.fornjot.app).

First, create the initial draft of the release announcement (replace date with date of previous release; replace version with version of the new release):
First, create the initial draft of the release announcement (replace version with version of the new release):

```
automator create-release-announcement 2022-08-22 0.13.0
automator create-release-announcement 0.14.0
```

This will create an announcement that will initially not be published to the blog or RSS feed, but it will be available at its final URL.
Expand Down Expand Up @@ -57,7 +57,6 @@ Potential new issues of the week:
- https://github.com/hannobraun/Fornjot/issues/821
- https://github.com/hannobraun/Fornjot/issues/848
- https://github.com/hannobraun/Fornjot/issues/851
- https://github.com/hannobraun/Fornjot/issues/920
- https://github.com/hannobraun/Fornjot/issues/937
- https://github.com/hannobraun/Fornjot/issues/971
- https://github.com/hannobraun/Fornjot/issues/986
Expand All @@ -66,6 +65,8 @@ Potential new issues of the week:
- https://github.com/hannobraun/Fornjot/issues/997

Already mentioned issues of the week (remove, once closed):

- 2022-09-05: https://github.com/hannobraun/Fornjot/issues/920
- 2022-08-29: https://github.com/hannobraun/Fornjot/issues/980
- 2022-08-22: https://github.com/hannobraun/Fornjot/issues/938
- 2022-08-08: https://github.com/hannobraun/Fornjot/issues/20
Expand Down Expand Up @@ -107,7 +108,7 @@ git push -u origin release
Create a pull request, mention the release in the title (e.g. `Release v0.1.2`), and label it as `release`.

- Once the CI build completed successfully, merge the pull request.
- After merging, lock the pull requests. Anything that updates this pull request (like comments), could confuse next week's release automation (because GitHub doesn't allow fetching pull requests by merged date, unfortunately).
- After merging, lock the pull requests. Anything that updates this pull request (like comments), could confuse next week's release automation (because GitHub doesn't allow sorting pull requests by merged date, unfortunately).

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 e2a582e

Please sign in to comment.