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
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?
The text was updated successfully, but these errors were encountered:
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 onechangelog:minor-release
: Releases a new version where the minor version number is automatically upped by onechangelog:major-release
Releases a new version where the major version number is automatically upped by oneAny thoughts on this?
The text was updated successfully, but these errors were encountered: