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

Commitlint 9.1.0 breaking changes #2001

Closed
1 task done
SkeLLLa opened this issue Jul 13, 2020 · 3 comments
Closed
1 task done

Commitlint 9.1.0 breaking changes #2001

SkeLLLa opened this issue Jul 13, 2020 · 3 comments

Comments

@SkeLLLa
Copy link

SkeLLLa commented Jul 13, 2020

Commitlint start failing to validate release messages

Expected Behavior

⧗ input: "chore(release): 3.4.0"

No problems found, lint passes

Current Behavior

⧗ input: "chore(release): 3.4.0"
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]

✖ found 2 problems, 0 warnings

Affected packages

  • cli

Possible Solution

Rollback to 9.0.X

Steps to Reproduce (for bugs)

See input message.

commitlint.config.js ```js module.exports = { extends: ['@commitlint/config-conventional'] }; ```

Your Environment

Executable Version
commitlint --version 9.1.1
node --version 14
@SkeLLLa
Copy link
Author

SkeLLLa commented Jul 13, 2020

Looks like it's standard-version bug.

@SkeLLLa SkeLLLa closed this as completed Jul 13, 2020
@escapedcat
Copy link
Member

@SkeLLLa would it be possible to linkt the issue here or describe what the issue with it was?
Just to help other who might run into the same problem in the future.

@SkeLLLa
Copy link
Author

SkeLLLa commented Jul 14, 2020

conventional-changelog/standard-version#619

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants