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
When creating a release PR on main I encountered the following error:
Release branch versioning does not fit to main branch versioning!
A release should increase either major or minor version and reset patch version to 0.
releaseVersion: 0.5.0
devVersion: 0.5.0
When downgrading the dev working version to 0.4.0 now it has this to say when checking dev:
Dev branch versioning does not fit to main branch versioning! Must increase either major or minor version!
devVersion: 0.4.0
mainVersion: 0.4.0
I'm not sure if this is how it's supposed to work. You either have to increase the version while releasing or right after (preferably the second).
The text was updated successfully, but these errors were encountered:
When creating a release PR on
main
I encountered the following error:When downgrading the dev working version to 0.4.0 now it has this to say when checking
dev
:I'm not sure if this is how it's supposed to work. You either have to increase the version while releasing or right after (preferably the second).
The text was updated successfully, but these errors were encountered: