git-for-windows / gfw-helper-github-app

1 stars 6 forks source link

guess release notes: special-case curl #37

Closed dscho closed 2 months ago

dscho commented 1 year ago

Just as https://github.com/git-for-windows/gfw-helper-github-app/pull/35 did for OpenSSL, it would be nice if we could link directly to cURL's changelog from our Release Notes instead of the tag (https://github.com/git-for-windows/build-extra/commit/120bab812ffc071b0adb7cb25787fa59e071d7f0 links to https://github.com/curl/curl/releases/tag/curl-8_2_0 but https://curl.se/changes.html#8_2_0 is probably a better link for anybody interested in the details).

rimrul commented 2 months ago

We do already special case curl (#34). And that works, if we add the release note from the issue (8.1.2, 8.2.1, 8.7.1) or the MSYS2-packages PR (8.6.0), but not from the MINGW-packages PR (8.4.0, 8.8.0),