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

Add the ability of list allowed changes types #36

Open
pedrommone opened this issue Mar 30, 2022 · 5 comments
Open

Add the ability of list allowed changes types #36

pedrommone opened this issue Mar 30, 2022 · 5 comments
Assignees
Labels
1.x enhancement New feature or request

Comments

@pedrommone
Copy link

Add the ability of list allowed changes types

Sometimes we can by mistake pass a wrong type, and it will bugs our changelog. Since we're not committing them and generating on the fly we cannot check those things.

@markwalet
Copy link
Owner

Can you provide an example of which steps I can reproduce the problem, and the desired result? I'm not sure how I want too implement a feature like this right know, some extra context will help me greatly.

An other solution would be to just accept all different changelog types for example.

@pedrommone
Copy link
Author

Hello @markwalet,

INHO, would be nice to have an config for "allowed changes type", and then we can list stuff like added, changed, fixed. And if someone want to add something else, just use this "types list".

If I try to use something different like fxed, the CLI will throw an error.

@markwalet
Copy link
Owner

I'll think about implementing an optional configuration value for this, I think it can be a great addition for helping teams in creating consistent changelogs.

Not sure if I can make something right now. But I think I can have something ready in a few days.

@markwalet markwalet self-assigned this Mar 31, 2022
@markwalet markwalet added enhancement New feature or request 1.x labels Mar 31, 2022
@anotherZero
Copy link

It might be nice for each of the options to be displayed on the CLI at the "type" prompt if none is passed during changelog:add as well

@markwalet
Copy link
Owner

Agreed, I think that'd be a great addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants