Skip to content

How to set a simple pipeline, w/o having to tag every release? #4331

Answered by HHobeck
TsengSR asked this question in Q&A
Discussion options

You must be logged in to vote

Please see the GitFlow Examples which illustrates the branching and merging strategies sufficient for most use cases. The build in template for GitFlow/v1 can be found here.

Generally if you want to always have a new semantic version (as pre-release version) for each commit you just need to specify the deployment mode to ContinuousDelivery for the specific branch.

The documentation says:

Manual Deployment

Having not the necessity to deploy the build artifacts on every commit is an indication of using the Manual Deployment mode. This mode can be used to remain on the same pre-released version until it has been deployed dedicatedly.

vs.

Continuous Delivery

Continuous Delivery is the proc…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by HHobeck
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