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

Merged
merged 2 commits into from
Jun 20, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Now, edit this file to finish the release announcement:
2. Write introduction
- Summarize the week's development.
- Highlight contributions.
3. Choose title and subtitle.
3. Choose subtitle.

When done, deploy to the website.

Expand Down
6 changes: 3 additions & 3 deletions tools/automator/src/announcement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ title = \"Fornjot {version}\"
# date = {date}

# Uncomment to generate the HTML for the email newsletter.
# template = \"newsletter/weekly-release.html\"
# template = \"newsletter/release.html\"

[extra]
version = \"{version}\"
Expand Down Expand Up @@ -161,9 +161,9 @@ Improvements to Fornjot libraries.
**TASK: Add library improvements.**


### Internal Improvements
### Other changes

Improvements that are relevant to developers working on Fornjot itself.
Improvements that are not associated with a specific Fornjot library.

**TASK: Add internal improvements.**

Expand Down