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

Allow custom change types #6

Open
EiyuuZack opened this issue Aug 27, 2018 · 2 comments
Open

Allow custom change types #6

EiyuuZack opened this issue Aug 27, 2018 · 2 comments
Labels
dependency change needed Requires changes to a dependency enhancement New feature or request

Comments

@EiyuuZack
Copy link

Some projects adapt change types to fit their needs (e.g using present tense Fixes instead of Fixed or adding an Improved change type).

My suggestion for a possible quick solution would be having a .kacl file in $HOME containing a list of change types such as:

Adds
Changes
Breaking Changes
Improves
Fixes
Deprecates
Removes

This file -- if present -- would be read by kacl and overwrite the default change types during lint checks.

I believe this would be a nice feature to have as it provides a good degree of flexibility.

Keep up the awesome work!

@tjaneczko
Copy link
Contributor

Good idea! This project uses https://github.com/oscarotero/keep-a-changelog/ for handling the parsing and manipulating of changelogs, so we'd need to add support for this in there. Currently it's hardcoded here: https://github.com/oscarotero/keep-a-changelog/blob/master/src/Release.js#L17 , but that might be possible to change pretty easily.

@tjaneczko tjaneczko added enhancement New feature or request dependency change needed Requires changes to a dependency labels Aug 27, 2018
@stropho
Copy link

stropho commented Feb 8, 2020

and now keep-a-changelog project enables users to add custom types 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency change needed Requires changes to a dependency enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants