Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release procedure #1037

Merged
merged 1 commit into from
Sep 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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