Skip to content

Commit 5ef76da

Browse files
committed
Auto merge of rust-lang#14133 - lnicola:changelog-version, r=lnicola
minor: Add version placeholder to changelog template Closes rust-lang#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.
2 parents c29a004 + 240b6f7 commit 5ef76da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xtask/src/publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ impl flags::PublishReleaseNotes {
1313
let tag_name = &file_name[0..10];
1414
let original_changelog_url = create_original_changelog_url(&file_name);
1515
let additional_paragraph =
16-
format!("\nSee also [original changelog]({original_changelog_url}).");
16+
format!("\nSee also the [changelog post]({original_changelog_url}).");
1717
markdown.push_str(&additional_paragraph);
1818
if self.dry_run {
1919
println!("{markdown}");

xtask/src/release/changelog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub(crate) fn get_changelog(
6969
:page-layout: post
7070
7171
Commit: commit:{commit}[] +
72-
Release: release:{today}[]
72+
Release: release:{today}[] (`TBD`)
7373
7474
== New Features
7575

0 commit comments

Comments
 (0)