Skip to content

Fix cURL rc version exclusion #89

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dscho
Copy link
Member

@dscho dscho commented Jul 1, 2025

In the Git for Windows project, we want to be notified of new cURL versions, but not of the rc- versions. We did add a pattern to filter them out, but obviously this did not work because git-for-windows/git#5701 was opened anyway.

The culprit is a long-standing bug: the title-pattern is applied after the prefix is prefixed (if any).

Let's fix that, and add a test to document the intended behavior.

@dscho dscho requested a review from rimrul July 1, 2025 18:53
@dscho dscho self-assigned this Jul 1, 2025
dscho added 3 commits July 1, 2025 20:56
In the Git for Windows project, we tried to filter out cURL's release
candidate versions via a title-pattern. However, we also specify a
prefix and that pattern was applied _after_ prefixing the title.

Not what we want. Really only match the original feed's title (or the
publication date as fallback if the feed item lacks a title).

Signed-off-by: Johannes Schindelin <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
@dscho dscho force-pushed the fix-curl-rc-version-exclusion branch from c61adc8 to dcb0fea Compare July 1, 2025 18:57
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.

1 participant