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

Relaxing/disabling version validation #108

Open
skilkis opened this issue Oct 4, 2020 · 2 comments
Open

Relaxing/disabling version validation #108

skilkis opened this issue Oct 4, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@skilkis
Copy link

skilkis commented Oct 4, 2020

First of all thank you for this awesome changelog query tool! I am using the clq indirectly with your GitHub Action but I posted the issue here directly since it is with regards to disabling the version validation. The issue I encounter is that I usually have an Added section for minor releases. As long as it is backwards comaptible, having an Added section is valid according to semver. However, right now the clq throws an error which terminates the GitHub Action.

Is it then possible to have an Added section also for minor releases? If not it would be great to have a new validation mode which does not validate the version but still checks the syntax of the changelog 😄

EDIT: Perhaps it's also an idea to add a quiet mode that raises warnings instead of errors, so the GitHub Action can continue and give an output.

@skilkis
Copy link
Author

skilkis commented Oct 12, 2020

I have switched over to using, https://github.com/mindsers/changelog-reader-action, which supports the feature I wanted to see. Therefore, I'm closing the issue here. Thanks again for this tool, best of luck!

@skilkis skilkis closed this as completed Oct 12, 2020
@denisa denisa reopened this Dec 29, 2020
@denisa denisa added the enhancement New feature or request label Apr 2, 2023
@denisa
Copy link
Owner

denisa commented Dec 29, 2023

It is possible since version 1.6.4 to define a custom mapping of the change kind (eg Added) to the version increment.
The latest version (1.8.0) even supports defining custom change kind, and change kinds that do not trigger a version change; these latest changes being out of the spec but support, eg, translations.

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

No branches or pull requests

2 participants