Skip to content

Commit 8974cb1

Browse files
committed
tag-git: add a colon after the "Changes since" header
The original is Markdown, but in the announcement mail and in the tag message, we do not use Markdown, so the fact that this line is a header is lost. Let's append a colon at the end of that line to make the message flow a bit easier. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent c9195da commit 8974cb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update-scripts/tag-git.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ else
8585
raw_notes="$(sed -n "/^## Changes since/,\${:1;p;n;/^## Changes/q;b1}" \
8686
<"$build_extra_dir"/ReleaseNotes.md)" &&
8787
notes="$(echo "$raw_notes" |
88+
sed '1s/^## Changes since.*/&:/' |
8889
markdown |
8990
LC_CTYPE=C w3m -dump -cols 72 -T text/html)" &&
9091
tag_message="$(printf "%s\n\n%s" \

0 commit comments

Comments
 (0)