Skip to content

Commit

Permalink
Merge pull request #1138 from hannobraun/release
Browse files Browse the repository at this point in the history
Update release procedure
  • Loading branch information
hannobraun authored Sep 26, 2022
2 parents be66be5 + a8054f5 commit e978f23
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit e978f23

Please sign in to comment.