We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29a004 commit 240b6f7Copy full SHA for 240b6f7
xtask/src/publish.rs
@@ -13,7 +13,7 @@ impl flags::PublishReleaseNotes {
13
let tag_name = &file_name[0..10];
14
let original_changelog_url = create_original_changelog_url(&file_name);
15
let additional_paragraph =
16
- format!("\nSee also [original changelog]({original_changelog_url}).");
+ format!("\nSee also the [changelog post]({original_changelog_url}).");
17
markdown.push_str(&additional_paragraph);
18
if self.dry_run {
19
println!("{markdown}");
xtask/src/release/changelog.rs
@@ -69,7 +69,7 @@ pub(crate) fn get_changelog(
69
:page-layout: post
70
71
Commit: commit:{commit}[] +
72
-Release: release:{today}[]
+Release: release:{today}[] (`TBD`)
73
74
== New Features
75
0 commit comments