Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI version checking seems broken #195

Open
sebastian-peter opened this issue Aug 9, 2024 · 0 comments
Open

CI version checking seems broken #195

sebastian-peter opened this issue Aug 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working ci Related to continuous integration

Comments

@sebastian-peter
Copy link
Member

sebastian-peter commented Aug 9, 2024

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

@sebastian-peter sebastian-peter added ci Related to continuous integration bug Something isn't working labels Aug 9, 2024
@PhilippSchmelter PhilippSchmelter self-assigned this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci Related to continuous integration
Projects
None yet
Development

No branches or pull requests

2 participants