Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #14133 - lnicola:changelog-version, r=lnicola
minor: Add version placeholder to changelog template Closes #13967 This isn't great because we need to fill it in manually, but getting the version number from GitHub Actions is a bit annoying.
bors 2023-02-12
parent c29a004 · parent 240b6f7 · commit 5ef76da
-rw-r--r--xtask/src/publish.rs2
-rw-r--r--xtask/src/release/changelog.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/xtask/src/publish.rs b/xtask/src/publish.rs
index 79b5f3d2f6..cdb7d8fac8 100644
--- a/xtask/src/publish.rs
+++ b/xtask/src/publish.rs
@@ -13,7 +13,7 @@ impl flags::PublishReleaseNotes {
let tag_name = &file_name[0..10];
let original_changelog_url = create_original_changelog_url(&file_name);
let additional_paragraph =
- format!("\nSee also [original changelog]({original_changelog_url}).");
+ format!("\nSee also the [changelog post]({original_changelog_url}).");
markdown.push_str(&additional_paragraph);
if self.dry_run {
println!("{markdown}");
diff --git a/xtask/src/release/changelog.rs b/xtask/src/release/changelog.rs
index abf4d7a2e1..6753841484 100644
--- a/xtask/src/release/changelog.rs
+++ b/xtask/src/release/changelog.rs
@@ -69,7 +69,7 @@ pub(crate) fn get_changelog(
:page-layout: post
Commit: commit:{commit}[] +
-Release: release:{today}[]
+Release: release:{today}[] (`TBD`)
== New Features