Created
April 25, 2021 16:49
-
-
Save pwelter34/ea18cf3878903e8e66ab55051bb3b338 to your computer and use it in GitHub Desktop.
GitVersion.yml
This file contains hidden or 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
mode: ContinuousDelivery | |
next-version: 1.0.0 | |
branches: | |
main: | |
tag: '' | |
develop: | |
tag: beta | |
feature: | |
tag: alpha | |
pull-request: | |
tag: pr | |
ignore: | |
sha: [] | |
merge-message-formats: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment