mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Merge branch 'v2_release' into v2_develop
This commit is contained in:
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -4,7 +4,7 @@ name: "Code scanning"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, v2_release]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
@@ -12,7 +12,7 @@ on:
|
||||
- docs
|
||||
- docfx
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, v2_release]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
|
||||
103
GitVersion.yml.orig
Normal file
103
GitVersion.yml.orig
Normal file
@@ -0,0 +1,103 @@
|
||||
mode: ContinuousDeployment
|
||||
tag-prefix: '[vV]'
|
||||
continuous-delivery-fallback-tag: dev
|
||||
branches:
|
||||
develop:
|
||||
mode: ContinuousDeployment
|
||||
tag: dev
|
||||
regex: develop
|
||||
source-branches:
|
||||
- main
|
||||
pre-release-weight: 100
|
||||
|
||||
v2_develop:
|
||||
mode: ContinuousDeployment
|
||||
tag: dev
|
||||
regex: ^v2_develop?[/-]
|
||||
<<<<<<< HEAD
|
||||
#is-release-branch: true
|
||||
=======
|
||||
>>>>>>> v2_develop
|
||||
tracks-release-branches: true
|
||||
is-source-branch-for: ['v2_release']
|
||||
source-branches: []
|
||||
|
||||
v2_release:
|
||||
mode: ContinuousDeployment
|
||||
tag: prealpha
|
||||
regex: v2_release
|
||||
is-release-branch: true
|
||||
source-branches: ['v2_develop']
|
||||
|
||||
pull-request:
|
||||
mode: ContinuousDeployment
|
||||
tag: PullRequest.{BranchName}
|
||||
increment: Inherit
|
||||
tag-number-pattern: '[/-](?<number>\d+)'
|
||||
regex: ^(pull|pull\-requests|pr)[/-]
|
||||
source-branches:
|
||||
- develop
|
||||
- main
|
||||
- release
|
||||
- v2_develop
|
||||
- v2_release
|
||||
- feature
|
||||
- support
|
||||
- hotfix
|
||||
pre-release-weight: 30000
|
||||
|
||||
ignore:
|
||||
sha: []
|
||||
|
||||
|
||||
# next-version: 2.0.0
|
||||
# mode: ContinuousDeployment
|
||||
# tag-prefix: '[vV]'
|
||||
# continuous-delivery-fallback-tag: 'pre'
|
||||
# branches:
|
||||
# # v1_develop:
|
||||
# # mode: ContinuousDeployment
|
||||
# # tag: pre
|
||||
# # regex: ^v1_develop?[/-]
|
||||
# # is-release-branch: false
|
||||
# # source-branches:
|
||||
# # - v1
|
||||
# # v1:
|
||||
# # tag: rc
|
||||
# # increment: Patch
|
||||
# # regex: ^v2?[/-]
|
||||
# # is-release-branch: false
|
||||
# # source-branches: []
|
||||
# # is-mainline: true
|
||||
|
||||
# v2_develop:
|
||||
# mode: ContinuousDeployment
|
||||
# tag: pre
|
||||
# regex: ^v2_develop?[/-]
|
||||
# is-release-branch: true
|
||||
# tracks-release-branches: true
|
||||
# is-source-branch-for: ['v2']
|
||||
# source-branches: []
|
||||
# v2:
|
||||
# mode: ContinuousDeployment
|
||||
# is-release-branch: false
|
||||
# tag: alpha
|
||||
# increment: Patch
|
||||
# regex: ^v2?[/-]
|
||||
# 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