-
Notifications
You must be signed in to change notification settings - Fork 908
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
fix: exclamation mark not accepted by @commitlint/config-conventional #4191
Comments
Does it work when you use the config within the Trying the commit on master seems to work: git commit -m 'feat!: awesome feature'
yarn run v1.22.22
$ /commitlint/node_modules/.bin/lint-staged
→ No staged files match any configured task.
✨ Done in 0.35s.
yarn run v1.22.22
$ tsc -b
✨ Done in 1.50s.
[master 0xxbx6xb] feat!: awesome feature
1 file changed, 1 insertion(+) Wondering if this is related to #4100 |
Hi @escapedcat, I'm getting the same error. I tried config in:
I'm in the |
Would you mind creating a reproduction repo in github? |
Sure thing, this is the repo I'm working on https://github.com/tiagoporto/svg-to-inline |
Uhm, seems to work if you remove this? commitlint is still blocked by #4063 |
Yes, it works. |
I see, thanks for the link. Yeah, I assume this will become more of an issue in the future |
Is seems that if you remove this, it will then fail to do the release with the following log:
The only thing I have found so far that works is reverting |
@BryanHuntNV when I install version [email protected], |
This is what I'm using that seems to be working:
|
Steps to Reproduce
feat!: awesome feature
.Output error
Current Behavior
feat!: awesome feature
commit fail using@commitlint/config-conventional
.Expected Behavior
feat!: awesome feature
commit should be accepted using@commitlint/config-conventional
.Affected packages
Possible Solution
No response
Context
No response
commitlint --version
19.5.0
git --version
2.39.3
node --version
20.10.0
The text was updated successfully, but these errors were encountered: