mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-16 21:26:09 +00:00
Merge pull request #1208 from hannobraun/release
Update release announcement template
This commit is contained in:
commit
05b4ad8584
@ -128,6 +128,7 @@ async fn generate_announcement(
|
|||||||
buf,
|
buf,
|
||||||
"\
|
"\
|
||||||
+++
|
+++
|
||||||
|
# TASK: Replace the week with a descriptive title.
|
||||||
title = \"Weekly Release - 2022-W{week}\"
|
title = \"Weekly Release - 2022-W{week}\"
|
||||||
# TASK: Uncomment this date, once the announcement is ready to be published.
|
# TASK: Uncomment this date, once the announcement is ready to be published.
|
||||||
# date = {date}
|
# date = {date}
|
||||||
@ -137,6 +138,8 @@ title = \"Weekly Release - 2022-W{week}\"
|
|||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
version = \"{version}\"
|
version = \"{version}\"
|
||||||
|
# TASK: Choose a descriptive subtitle.
|
||||||
|
subtitle = \"This is a subtitle\"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
**TASK: Write introduction.**
|
**TASK: Write introduction.**
|
||||||
@ -182,12 +185,7 @@ Improvements that are relevant to developers working on Fornjot itself.
|
|||||||
|
|
||||||
{pull_request_list}
|
{pull_request_list}
|
||||||
{pull_request_links}
|
{pull_request_links}
|
||||||
{author_links}
|
{author_links}\
|
||||||
|
|
||||||
|
|
||||||
### Outlook
|
|
||||||
|
|
||||||
**TASK: Write.**\n\
|
|
||||||
"
|
"
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user