Skip to content

ci: fix commit type prefix regexp in release script #8046

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

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

mafredri
Copy link
Member

Previously we were incorrectly categorizing fix(a/b): ... as other
because the regexp only expected letters, not /. Now we accept any
input within the parenthesis.

Previously we were incorrectly categorizing `fix(a/b): ...` as other
because the regexp only expected letters, not `/`. Now we accept any
input within the parenthesis.
@mafredri mafredri changed the title ci: Fix commit type prefix regexp in release script ci: fix commit type prefix regexp in release script Jun 15, 2023
@mafredri mafredri requested a review from johnstcn June 15, 2023 10:39
@mafredri mafredri changed the title ci: fix commit type prefix regexp in release script ci(): fix commit type prefix regexp in release script Jun 15, 2023
@mafredri mafredri changed the title ci(): fix commit type prefix regexp in release script ci: fix commit type prefix regexp in release script Jun 15, 2023
@mafredri mafredri enabled auto-merge (squash) June 15, 2023 10:47
@mafredri mafredri disabled auto-merge June 15, 2023 10:47
@mafredri mafredri enabled auto-merge (squash) June 15, 2023 10:47
@mafredri mafredri merged commit 3f81f38 into main Jun 15, 2023
@mafredri mafredri deleted the mafredri/chore-fix-release-script branch June 15, 2023 10:57
@github-actions github-actions bot locked and limited conversation to collaborators Jun 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants