mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
setting up versioning
This commit is contained in:
37
GitVersion.yml
Normal file
37
GitVersion.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
mode: ContinuousDeployment
|
||||
tag-prefix: '[vV]'
|
||||
continuous-delivery-fallback-tag: 'pre'
|
||||
branches:
|
||||
v1_develop:
|
||||
mode: ContinuousDeployment
|
||||
tag: pre
|
||||
v1:
|
||||
tag: rc
|
||||
increment: Patch
|
||||
source-branches:
|
||||
- v1_develop
|
||||
|
||||
v2_develop:
|
||||
mode: ContinuousDeployment
|
||||
tag: pre
|
||||
v2:
|
||||
tag: alpha
|
||||
increment: Patch
|
||||
source-branches:
|
||||
- v2_develop
|
||||
-
|
||||
# feature:
|
||||
# tag: useBranchName
|
||||
# regex: ^features?[/-]
|
||||
# source-branches:
|
||||
# - v1
|
||||
# - v1_develop
|
||||
# - v2
|
||||
# - v2_develop
|
||||
|
||||
pull-request:
|
||||
tag: PullRequest.{BranchName}
|
||||
increment: Inherit
|
||||
ignore:
|
||||
sha: []
|
||||
merge-message-formats: {}
|
||||
Reference in New Issue
Block a user