Add version placeholder to changelog template

This commit is contained in:
Laurențiu Nicola 2023-02-12 10:55:49 +02:00
parent c29a00457a
commit 240b6f7f8d
2 changed files with 2 additions and 2 deletions

View file

@ -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}");

View file

@ -69,7 +69,7 @@ pub(crate) fn get_changelog(
:page-layout: post
Commit: commit:{commit}[] +
Release: release:{today}[]
Release: release:{today}[] (`TBD`)
== New Features