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

Merged
merged 1 commit into from
Sep 12, 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
6 changes: 3 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The release announcement lives on the website, and needs to be created in the [w
First, create the initial draft of the release announcement (replace version with version of the new release):

```
automator create-release-announcement 0.14.0
automator create-release-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 All @@ -33,9 +33,8 @@ Now, edit this file to finish the release announcement:
- Thank all contributors
- new contributors: "special thanks go to first-time contributor `@name`!"
- other contributors: "thank you, `@name`!"
- Make notes for introduction
2. Write introduction
- Ideally, you already have a list of notes from adding the pull requests.
- Summarize the week's development.
- Highlight contributions.
3. Update list of sponsors
- https://github.com/sponsors/hannobraun/dashboard/activity
Expand Down Expand Up @@ -66,6 +65,7 @@ Potential new issues of the week:

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

- 2022-09-12: https://github.com/hannobraun/Fornjot/issues/1015
- 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
Expand Down