diff --git a/ReleaseNotes.md b/ReleaseNotes.md index e0cad07aad..070c41ab4e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -45,7 +45,7 @@ Git for Windows v2.48.1 was the last version to ship with the i686 ("32-bit") va ### New Features -* Comes with [Git v2.49.0](https://github.com/git/git/blob/v2.49.0/Documentation/RelNotes/2.49.0.txt). +* Comes with [Git v2.49.0](https://github.com/git/git/blob/v2.49.0/Documentation/RelNotes/2.49.0.adoc). * Comes with [OpenSSH v9.9.P2](https://github.com/openssh/openssh-portable/releases/tag/V_9_9_P2). * Comes with [PCRE2 v10.45](https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.45). * The previously-experimental `--full-name-hash` option has been accepted into upstream Git as `--name-hash-version=2` and is no longer experimental. diff --git a/please.sh b/please.sh index b3ea9f1665..c5eaac3d5d 100755 --- a/please.sh +++ b/please.sh @@ -2689,8 +2689,8 @@ finalize () { # [--delete-existing-tag] "$sdk64"/usr/src/build-extra/ReleaseNotes.md then url=https://github.com/git/git/blob/$v && - txt="$(echo "${v#v}" | sed 's/-rc[0-9]*$//').txt" && - url=$url/Documentation/RelNotes/$txt && + adoc="$(echo "${v#v}" | sed 's/-rc[0-9]*$//').adoc" && + url=$url/Documentation/RelNotes/$adoc && mention feature 'Comes with [Git '$v']('$url').' fi || die "Could not mention that Git was upgraded to $v\n"