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

Guessing the next release with prereleases is not honored #68

Open
wagoodman opened this issue Feb 16, 2023 · 0 comments
Open

Guessing the next release with prereleases is not honored #68

wagoodman opened this issue Feb 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@wagoodman
Copy link
Contributor

Given a changelog with no patch fixes and a previous release that has a prerelease indicator, chronicle should not bump the patch version:

./.tmp/chronicle -vvv -n --version-file VERSION
   Changelog                                                                                                          
                                                                                                                      
  ## v0.14.1 https://github.com/anchore/grype-db/tree/v0.14.1 (2023-02-16)                                            
                                                                                                                      
  Full Changelog https://github.com/anchore/grype-db/compare/v0.14.0-rc1...v0.14.1            

Chronicle should either:

  • default to the next release candidate: v0.14.0-rc2
  • or default to the final release: v0.14.0
@wagoodman wagoodman added the bug Something isn't working label Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant