Commit c0d5c58
committed
guess release notes: special-case cURL (even in MINGW-packages)
In #34, I
taught the GitForWindowsHelper GitHub App to generate better release
notes for cURL.
However, I failed to notice that the code changes would work only for
the `component-updates` issues as well as for the MSYS2-packages PRs,
but not for the MINGW-packages PRs because the package name that is
derived from the latter PRs has the `mingw-w64-` prefix (and must have
it, for the "is this already deployed?" check).
Let's make sure that that special-casing (as well for cURL as well as
for OpenSSL) work even in MINGW-packages PRs.
Helped-by: Matthias Aßhauer <mha1993@live.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>1 parent e0a5e97 commit c0d5c58
2 files changed
Lines changed: 16 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
153 | 164 | | |
154 | 165 | | |
155 | 166 | | |
| |||
0 commit comments