Created
August 5, 2020 15:47
-
-
Save Philo/4e396df9de6371fa82913433fa7b153d to your computer and use it in GitHub Desktop.
For anyone using GitVersion with a main instead of master branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assembly-versioning-scheme: MajorMinorPatchTag | |
assembly-file-versioning-scheme: MajorMinorPatchTag | |
assembly-informational-format: '{MajorMinorPatch}+{BranchName}+{ShortSha}' | |
mode: Mainline | |
branches: | |
release: | |
mode: ContinuousDelivery | |
tag: '' | |
master: | |
regex: (^master$|^origin\/master$|^main$|^origin\/main$) | |
mode: ContinuousDeployment | |
tag: ci | |
is-mainline: true | |
pull-request: | |
mode: ContinuousDeployment | |
tag: pr | |
hotfix: | |
mode: ContinuousDeployment | |
tag: fix | |
feature: | |
mode: ContinuousDeployment | |
tag: wip | |
ignore: | |
sha: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment