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).
When creating a release PR on
mainI 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).