Skip to content

CI version checking seems broken #195

Description

@sebastian-peter

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).

Metadata

Metadata

Labels

bugSomething isn't workingciRelated to continuous integration

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions