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

Auto-generate next version number based on nature of included changes #15

Open
ssbarnea opened this issue Aug 18, 2020 · 0 comments
Open

Comments

@ssbarnea
Copy link
Member

To prevent human errors of like doing a minor version increase when changes includes changes marked as major, we should auto generate the next version number when creating draft body.

  • we should update only the title, allowing release-manager to copy the value from title to tag when he does the release using https://github.com/pycontribs/tender/releases page.
  • if a draft already exists and has a title assigned, this should be kept.
  • generated version number should not be lower than the last pre-release tag found. If last tag was "1.2.0a0", the generated version is supposed to be "1.2.0".

example

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

No branches or pull requests

1 participant