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

Filter in versions instead of filtering out RCs #294

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Conversation

pbrisbin
Copy link
Member

Since we're not using a proper JSON parser, we can't easily filter by
prerelease or draft attributes, instead we need to filter on the tag
values themselves. Filtering out -rc$ was effective when those were
the only kind of prereleases we made, but as we experiment with Semantic
Release, this changes. It's better to use positive filtering anyway.

Since we're not using a proper JSON parser, we can't easily filter by
prerelease or draft attributes, instead we need to filter on the tag
values themselves. Filtering *out* `-rc$` was effective when those were
the only kind of prereleases we made, but as we experiment with Semantic
Release, this changes. It's better to use positive filtering anyway.
@pbrisbin pbrisbin merged commit 56ca2ce into main Jan 23, 2025
7 of 8 checks passed
@pbrisbin pbrisbin deleted the pb/fix-install branch January 23, 2025 20:08
@restyled-io restyled-io deleted a comment from restyled-automation bot Jan 23, 2025
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