Skip to content

Setting up release branch #4139

Answered by HHobeck
Xynon7 asked this question in Q&A
Aug 5, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Have you tried this? Exactly for your use case, we have changed the meaning of Continuous Deployment in the actual version of GitVersion.

Continuous Deployment

Continuous Deployment is the process of checking into main and automatically deploying to production.

For this mode we follow the logic in this blog post by Xavier Decoster on the issues of incrementing automatically.
How Continuous Deployment affects GitVersion

The thing about continuous deployment is that there will be only one version to deploy on production. This means that GitVersion will build the same semantic version for every commit until it has been tagged. For instance:

1.2.0
1.1.0 (tag: 1.1.0) <-- This is the version w…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Xynon7
Comment options

@Xynon7
Comment options

Answer selected by Xynon7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants