Skip to content

Commit 29108a5

Browse files
authored
Merge pull request #607 from orgads/relnotes-adoc
Adapt to renamed release notes files
2 parents 142cdf7 + 3463140 commit 29108a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: ReleaseNotes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Git for Windows v2.48.1 was the last version to ship with the i686 ("32-bit") va
4545

4646
### New Features
4747

48-
* Comes with [Git v2.49.0](https://github.com/git/git/blob/v2.49.0/Documentation/RelNotes/2.49.0.txt).
48+
* Comes with [Git v2.49.0](https://github.com/git/git/blob/v2.49.0/Documentation/RelNotes/2.49.0.adoc).
4949
* Comes with [OpenSSH v9.9.P2](https://github.com/openssh/openssh-portable/releases/tag/V_9_9_P2).
5050
* Comes with [PCRE2 v10.45](https://github.com/PCRE2Project/pcre2/releases/tag/pcre2-10.45).
5151
* The previously-experimental `--full-name-hash` option has been accepted into upstream Git as `--name-hash-version=2` and is no longer experimental.

Diff for: please.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2689,8 +2689,8 @@ finalize () { # [--delete-existing-tag] <what, e.g. release-notes>
26892689
"$sdk64"/usr/src/build-extra/ReleaseNotes.md
26902690
then
26912691
url=https://github.com/git/git/blob/$v &&
2692-
txt="$(echo "${v#v}" | sed 's/-rc[0-9]*$//').txt" &&
2693-
url=$url/Documentation/RelNotes/$txt &&
2692+
adoc="$(echo "${v#v}" | sed 's/-rc[0-9]*$//').adoc" &&
2693+
url=$url/Documentation/RelNotes/$adoc &&
26942694
mention feature 'Comes with [Git '$v']('$url').'
26952695
fi ||
26962696
die "Could not mention that Git was upgraded to $v\n"

0 commit comments

Comments
 (0)