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

WIP: feat: add @weahead/commitlint-plugin-weahead #4

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

michaellopez
Copy link
Member

WIP

This PR needs:

This PR adds @weahead/commitlint-plugin-weahead to the config. Only merge once #3 is merged and https://github.com/weahead/commitlint-plugin-weahead is released.

@lofgrenfredrik
Copy link
Member

The first point of the required steps are done, the PR #3 is merged, the release of commitlint-plugin-weahead is left.

@lofgrenfredrik
Copy link
Member

@michaellopez
Updated PR with @weahead/commitlint-plugin-weahead as peer dependency.

Check it, then this is ready to be deployed as new version. 👍

package.json Outdated
@@ -42,6 +42,7 @@
"peerDependencies": {
"@commitlint/cli": ">=8",
"@commitlint/config-conventional": ">=8",
"@commitlint/prompt-cli": ">=8"
"@commitlint/prompt-cli": ">=8",
"@weahead/commitlint-plugin-weahead": ">=0.x"
Copy link
Member Author

Choose a reason for hiding this comment

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

Do we need .x in the version? Isn't >=0 enough?

Copy link
Member

Choose a reason for hiding this comment

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

True!
Wasn't sure how we wanted to lock that dependency, updating the commit. 👍

@lofgrenfredrik lofgrenfredrik force-pushed the feature/commitlint-plugin-weahead branch from c1b6b66 to 54c790b Compare January 23, 2020 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants