We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
First thank for your work.
I received a "malformed scope" error for a commit where scope was like: mydomain/mypackage.feature v0.20.1
NB: this scope value could seems weird, but I can't get you the exact scope value.
Anyway, AFAIK this should be OK according to: https://github.com/conventional-commits/parser/blob/main/README.md?plain=1#L71 <scope> ::= <any UTF8-octets except newline or parens>+
<scope> ::= <any UTF8-octets except newline or parens>+
I'm not GO fluent and code provide a PR. Hope someone can provide this.
Regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
First thank for your work.
I received a "malformed scope" error for a commit where scope was like: mydomain/mypackage.feature
v0.20.1
NB: this scope value could seems weird, but I can't get you the exact scope value.
Anyway, AFAIK this should be OK according to:
https://github.com/conventional-commits/parser/blob/main/README.md?plain=1#L71
<scope> ::= <any UTF8-octets except newline or parens>+
I'm not GO fluent and code provide a PR.
Hope someone can provide this.
Regards
The text was updated successfully, but these errors were encountered: