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

Allow to automatically bump to next SemVer-compliant version #6

Open
4 tasks
leoselig opened this issue Jul 8, 2017 · 0 comments
Open
4 tasks

Allow to automatically bump to next SemVer-compliant version #6

leoselig opened this issue Jul 8, 2017 · 0 comments

Comments

@leoselig
Copy link
Contributor

leoselig commented Jul 8, 2017

Goal:

  • Running $ strangelog bump -a|--auto
    • does not prompt for the next version to use (major, minor or patch update)
    • automatically choses version based on next changelog entries
      • if there is at least one change-entry: next major version is selected
      • if not, if there is at least one add-entry: next minor version is selected
      • if not, next patch version is selected
  • Option is added to README.md and to the CLI help print
@leoselig leoselig changed the title Allow to automatically bumpto next SemVer-compliant version Allow to automatically bump to next SemVer-compliant version Jul 8, 2017
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