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

Am/chore/wasm support #39

Merged
merged 3 commits into from
Sep 4, 2024
Merged

Am/chore/wasm support #39

merged 3 commits into from
Sep 4, 2024

Conversation

IceTDrinker
Copy link
Member

@IceTDrinker IceTDrinker commented Sep 3, 2024

Adapatation of #32 by @On0n0k1

@cla-bot cla-bot bot added the cla-signed label Sep 3, 2024
@IceTDrinker IceTDrinker force-pushed the am/chore/wasm-support branch 2 times, most recently from 8d00f63 to 67e2f40 Compare September 3, 2024 15:59
@IceTDrinker IceTDrinker force-pushed the am/chore/wasm-support branch 2 times, most recently from 407a434 to aacd63a Compare September 3, 2024 16:11
@IceTDrinker IceTDrinker force-pushed the am/chore/wasm-support branch from b8ec9b8 to 8801de7 Compare September 3, 2024 17:09
Copy link
Contributor

@soonum soonum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a CI point of view everything is fine to me.
Just letting @tmontaigu for the final approval.

@@ -12,7 +12,7 @@ jobs:
- name: Check first line
uses: gsactions/commit-message-checker@16fa2d5de096ae0d35626443bcd24f1e756cafee
with:
pattern: '^((feat|fix|chore|refactor|style|test|docs|doc)\(\w+\)\:) .+$'
pattern: '^((feat|fix|chore|refactor|style|test|docs|doc)(\([\w\-_]+\))?\!?\:) .+$'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify the case you want to avoid ? If I undertand correctly you allow hypen and underscore within the parenthesis but not the exclamation mark right ?
What was the issue you've encountered ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's something we did with Nico on the TFHE-rs repo to allow hypens, make the content of the parentheses optional and the ! is to allow indicating breaking change as conventional commits permits

Copy link

@tmontaigu tmontaigu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bangère

@IceTDrinker IceTDrinker merged commit 75d1252 into main Sep 4, 2024
15 checks passed
@IceTDrinker IceTDrinker deleted the am/chore/wasm-support branch September 4, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants