-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
non-semver tags not working #81
Comments
I tried commenting the |
+1 to this issue. I have a similar use case, our versions differ even more from what semver expects. I did a pull request last year with a flag to completely ignore semver formatting. See #70 However, thank you! |
Apologies for the delay on this. This should be fixed in |
Just to confirm - this was actually enabled and works from 1.11.0+. Thanks @cookpete ! |
I'm trying to use
auto-changelog
in a project where releases are tagged asMAJOR.MINOR
, so, only two digits.This format doesn't look to be semver valid so I tried to use the
--tag-pattern .+
option but I get an error when trying to generate the CHANGELOG:Looks like the issue happens when
auto-changelog
tries to sort the Releases: https://github.com/CookPete/auto-changelog/blob/a88facbb2e8c283c3e0dc57d850ad0fd6318bcde/src/releases.js#L42I'm using
[email protected]
.The text was updated successfully, but these errors were encountered: