Skip to content

release commits and distribution branches config issues #476

Answered by edbzn
boy51 asked this question in Q&A
Discussion options

You must be logged in to vote

I'm sorry but I have no good recommendation regarding any Git workflow because it depends on the project and the team. There's no ultimate Git branching strategy. My own (limited) experience here is that I avoid too complex workflows like the Git Flow and I like more simple workflows as the GitHub Flow. GitLab Flow is between these two but I never used it.

However, I think your problem does not come from the Git branching model, but from the way you are skipping CI pipelines. Are you using GitLab or GitHub? With GitHub you don't need to put the [skip ci] in the commit message, pushing a commit within a CI job (using the semver --push option) should not trigger another job in cascade.

  1. mer…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

@nkalinov
Comment options

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