Skip to content

Need help with configuring gitversion (6rc1) #4065

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

You must be logged in to vote

Please keep in mind that your are inheriting from the default workflow which is in your example the GitFlow/v1 workflow. Because you choice development instead of develop, you are not overriding but defining a second definition for the development branch:

branches:
  develop:
    regex: ^dev(elop)?(ment)?$
    ...
  development:
    regex: ^development$
    ...
  ...

Saying: First comes first servers.

To the workflow property you will find the following documentation:

workflow
The base template of the configuration to use. Possible values are GitFlow/v1 or GitHubFlow/v1. Defaults to GitFlow/v1 if not set. To create a configuration from scratch without using a base template, please specif…

Replies: 1 comment 3 replies

Comment options

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

@HHobeck
Comment options

@CJCombrink
Comment options

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