You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
leoselig
changed the title
Allow to automatically bumpto next SemVer-compliant version
Allow to automatically bump to next SemVer-compliant version
Jul 8, 2017
Goal:
$ strangelog bump -a|--auto
next
changelog entrieschange
-entry: nextmajor
version is selectedadd
-entry: nextminor
version is selectedpatch
version is selectedREADME.md
and to theCLI
help printThe text was updated successfully, but these errors were encountered: