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
I have searched issues to ensure it has not already been reported
GitVersion package
GitVersion.Tool
GitVersion version
6.0.4
Operating system
macOS
What are you seeing?
We are experiencing an issue where our develop branch version is not being bumped as expected when a release branch is created. Specifically, when we create a release branch (e.g., release/8.5.0), we expect the develop branch to be bumped to 8.6.0-alpha.0. However, instead, it remains as 8.5.0-alpha.173.
Additionally, adding a tag like v8.5.0-rc.1 on the release commit does not result in any change to the develop branch version, which remains incorrect.
Configuration
Our GitVersion.yml configuration is very basic:
workflow: GitFlow/v1
What is expected?
When a release branch (release/8.5.0) is created, the version on the develop branch should be bumped to 8.6.0-alpha.0.
After tagging a release commit (e.g., v8.5.0-rc.1), the develop branch should adjust accordingly.
Steps to Reproduce
Create a new release branch from develop, named release/8.5.0.
Check the version on the develop branch. Expected: 8.6.0-alpha.0, Actual: 8.5.0-alpha.173.
On the release/8.5.0 branch, add a tag such as v8.5.0-rc.1 to the latest commit.
Check the version on the develop branch again. Expected: Some change or bump, Actual: No change (still 8.5.0-alpha.173).
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered:
@HHobeck thank you for the swift response, yeah it's odd for this was working when we were on an older version of GitVersion then bumped to the latest version. I will test it out with a fresh repository and see how I go.
Prerequisites
GitVersion package
GitVersion.Tool
GitVersion version
6.0.4
Operating system
macOS
What are you seeing?
We are experiencing an issue where our develop branch version is not being bumped as expected when a release branch is created. Specifically, when we create a release branch (e.g., release/8.5.0), we expect the develop branch to be bumped to 8.6.0-alpha.0. However, instead, it remains as 8.5.0-alpha.173.
Additionally, adding a tag like v8.5.0-rc.1 on the release commit does not result in any change to the develop branch version, which remains incorrect.
Configuration
Our GitVersion.yml configuration is very basic:
workflow: GitFlow/v1
What is expected?
Steps to Reproduce
RepositoryFixture Test
No response
Output log or link to your CI build (if appropriate).
No response
The text was updated successfully, but these errors were encountered: