-
Notifications
You must be signed in to change notification settings - Fork 961
Consider picking up changelogrc files #5
Copy link
Copy link
Closed
Labels
Description
See
.changelogrc and package.json[changelog] could serve as config picked up by a whole family of tools, conventional-changelog-lint merely being one of them.
This would involve
- working with https://github.com/Jimdo/changelogrc-spec to extend the spec
- with more configuration keys
- with a wildcard extensible object carrying tool-specific configuration
- with a notion of being located in
package.json, think likeava,xo
- deprecating
.conventional-changelog-lintrc
Reactions are currently unavailable