[Question] How to configure GitVersion for Continuos Delivery #3870
Replies: 4 comments 4 replies
-
Hi there. May I ask you: Have you tagged your commit with 1.4.0-beta-1 or 1.4.0-beta.1? Because the resulting output is very strange. Anyway have you tried the ContinuosDeployment mode in the release branch configuration? Cheers Hardy |
Beta Was this translation helpful? Give feedback.
-
I tagged my commit with 1.4.0-beta.1 You can notice also from the value of "GitVersion_BranchName" on previous screenshot. |
Beta Was this translation helpful? Give feedback.
-
Hi @HHobeck
|
Beta Was this translation helpful? Give feedback.
-
Ok thanks, I've understand. |
Beta Was this translation helpful? Give feedback.
-
Hi,
sorry for the question but I haven't find an answer.
I'm using GitFlow branching strategy and I have the main branch tagged with a version number 1.3.0.
From this I opened a dev branch and from dev the release branch.
The release branch has name "releases-1.4.0" and I tagged a commit with v1.4.0-beta.1.
I obtain this output:
I would like, because I use the Continuos Delivery, to remve the commit number on FullSemVer (1.4.0-beta-1.1+1 would became 1.4.0-beta-1).
Which configuration I should have to obtain this?
I'm using the default gitVersion configuration and GitLab for CI/CD.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions