Skip to content

Pre-release tags on release branch #4291

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

You must be logged in to vote

Good question. It depends what your motivation is:

  1. You want to build and deploy the (already released) version of the tag
  2. You want to develop or bugfix the next version (not released)

I think the most user who are using the GitFlow/v1 workflow are motivated by the bulled point two. The process is normally you are:

  • committing a change
  • perform a build pipeline
  • publish to a package manager
  • deploy on a testing or production system
  • tagging the pre-released or released version

You see in your scenario you have created a tag and want to deploy afterwards which differs from the process I have outlined. Why would you create a tag before deploying it? For me a tag is the documentation that is h…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@devorient
Comment options

@HHobeck
Comment options

Answer selected by devorient
@devorient
Comment options

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