Commit d622e0d
committed
guessReleaseNotes(msys2-runtime): look harder for Cygwin's release notes
Cygwin's release notes link on their home page is sometimes not updated
immediately after a new version has been made available.
In the past, i.e. before Git for Windows built and deployed MSYS2
runtime versions via GitHub Actions, there was a fall-back to look for
that link directly in the mailing list archives.
In the meantime, Cygwin offers access to their mailing list archive via
a public-inbox system, which makes the search even nicer.
So let's do this, add a fall-back to look for the release notes directly
on the mailing list.
This corresponds to the code at
https://github.com/git-for-windows/build-extra/blob/356779ddb189/please.sh#L1731-L1735
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent 72733bf commit d622e0d
2 files changed
Lines changed: 29 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
64 | 71 | | |
65 | 72 | | |
66 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
73 | 83 | | |
74 | 84 | | |
75 | 85 | | |
| |||
168 | 178 | | |
169 | 179 | | |
170 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
171 | 192 | | |
172 | 193 | | |
173 | 194 | | |
| |||
0 commit comments