-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Right now we have to manually set the new version number. This is something that is not always on the top of mind and has to be searched. Instead I would like to see the following:
changelog:patch-release: Releases a new version where the patch version number is automatically upped by one
changelog:minor-release: Releases a new version where the minor version number is automatically upped by one
changelog:major-release Releases a new version where the major version number is automatically upped by one
Any thoughts on this?