mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-16 21:26:09 +00:00
Add title/subtitle tasks to release announcement
This commit is contained in:
parent
96ffc1536e
commit
8b7308dca9
@ -128,6 +128,7 @@ async fn generate_announcement(
|
||||
buf,
|
||||
"\
|
||||
+++
|
||||
# TASK: Replace the week with a descriptive title.
|
||||
title = \"Weekly Release - 2022-W{week}\"
|
||||
# TASK: Uncomment this date, once the announcement is ready to be published.
|
||||
# date = {date}
|
||||
@ -137,6 +138,8 @@ title = \"Weekly Release - 2022-W{week}\"
|
||||
|
||||
[extra]
|
||||
version = \"{version}\"
|
||||
# TASK: Choose a descriptive subtitle.
|
||||
subtitle = \"This is a subtitle\"
|
||||
+++
|
||||
|
||||
**TASK: Write introduction.**
|
||||
|
Loading…
Reference in New Issue
Block a user