From 96ffc1536e2d80f4f5b9a82f042c98b0576e704e Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 12 Oct 2022 10:35:42 +0200 Subject: [PATCH 1/2] Remove "Outlook" from release announcement I'm going to merge that into the introduction from now on. --- tools/automator/src/announcement.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tools/automator/src/announcement.rs b/tools/automator/src/announcement.rs index e52a10dc8..44d961e8c 100644 --- a/tools/automator/src/announcement.rs +++ b/tools/automator/src/announcement.rs @@ -182,12 +182,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}\ " )?; From 8b7308dca974fa962637dc012e1d6386ca33b4bd Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Wed, 12 Oct 2022 10:37:48 +0200 Subject: [PATCH 2/2] Add title/subtitle tasks to release announcement --- tools/automator/src/announcement.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/automator/src/announcement.rs b/tools/automator/src/announcement.rs index 44d961e8c..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.**