Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

guess release notes: special-case cURL (even in MINGW-packages) #91

Conversation

dscho
Copy link
Member

@dscho dscho commented Jul 20, 2024

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.

In git-for-windows#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>
@dscho dscho requested a review from rimrul July 20, 2024 10:47
@dscho dscho self-assigned this Jul 20, 2024
@dscho dscho linked an issue Jul 20, 2024 that may be closed by this pull request
@dscho dscho merged commit 7908c0e into git-for-windows:main Jul 20, 2024
1 check passed
@dscho dscho deleted the guess-better-curl-release-notes-even-in-MINGW-packages-PRs branch July 20, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

guess release notes: special-case curl
2 participants