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 #1138

Merged
merged 1 commit into from
Sep 26, 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
8 changes: 4 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 version with version of the new release):
First, create the initial draft of the release announcement:

```
automator create-release-announcement
automator announcement
```

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 @@ -52,14 +52,14 @@ Potential new issues of the week:
- https://github.com/hannobraun/Fornjot/issues/848
- https://github.com/hannobraun/Fornjot/issues/851
- https://github.com/hannobraun/Fornjot/issues/937
- https://github.com/hannobraun/Fornjot/issues/971
- https://github.com/hannobraun/Fornjot/issues/986
- https://github.com/hannobraun/Fornjot/issues/987
- https://github.com/hannobraun/Fornjot/issues/996
- https://github.com/hannobraun/Fornjot/issues/997

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

- 2022-09-26: https://github.com/hannobraun/Fornjot/issues/971
- 2022-09-19: https://github.com/hannobraun/Fornjot/issues/821
- 2022-09-05: https://github.com/hannobraun/Fornjot/issues/920
- 2022-08-29: https://github.com/hannobraun/Fornjot/issues/980
Expand Down Expand Up @@ -88,7 +88,7 @@ Commit these changes: `git commit -m "Update changelog"`

## 5. Update version

In the release branch, update the version numbers in the `Cargo.toml` files of all crates in the `crates/` directory to the new version. Also update the version numbers of the dependencies between the crates.
Update all `version` keys in the top-level `Cargo.toml`.

Commit these changes: `git commit -m "Update version"`

Expand Down