Skip to content

Commit 240b6f7

Browse files
committed
Add version placeholder to changelog template
1 parent c29a004 commit 240b6f7

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)