diff --git a/tools/automator/src/announcement.rs b/tools/automator/src/announcement.rs index e52a10dc8..e2009eaec 100644 --- a/tools/automator/src/announcement.rs +++ b/tools/automator/src/announcement.rs @@ -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.** @@ -182,12 +185,7 @@ Improvements that are relevant to developers working on Fornjot itself. {pull_request_list} {pull_request_links} -{author_links} - - -### Outlook - -**TASK: Write.**\n\ +{author_links}\ " )?;