mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 17:57:57 +01:00
Merge branch 'v2_develop' into gradients
This commit is contained in:
2
.github/workflows/api-docs.yml
vendored
2
.github/workflows/api-docs.yml
vendored
@@ -2,7 +2,7 @@ name: Build and publish API docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, develop, v2_develop]
|
||||
branches: [main, v2_develop]
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
@@ -2,11 +2,11 @@ name: Build & Test Terminal.Gui with .NET Core
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ v2, v2_develop ]
|
||||
branches: [ v2_release, v2_develop ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
pull_request:
|
||||
branches: [ v2, v2_develop ]
|
||||
branches: [ v2_release, v2_develop ]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
mode: ContinuousDeployment
|
||||
tag-prefix: '[vV]'
|
||||
continuous-delivery-fallback-tag: pre
|
||||
continuous-delivery-fallback-tag: dev
|
||||
branches:
|
||||
develop:
|
||||
mode: ContinuousDeployment
|
||||
tag: pre
|
||||
tag: dev
|
||||
regex: develop
|
||||
source-branches:
|
||||
- main
|
||||
@@ -12,28 +12,36 @@ branches:
|
||||
|
||||
v2_develop:
|
||||
mode: ContinuousDeployment
|
||||
tag: pre
|
||||
tag: dev
|
||||
regex: ^v2_develop?[/-]
|
||||
is-release-branch: true
|
||||
tracks-release-branches: true
|
||||
#is-source-branch-for: ['v2']
|
||||
is-source-branch-for: ['v2_release']
|
||||
source-branches: []
|
||||
|
||||
main:
|
||||
tag: rc
|
||||
increment: Patch
|
||||
source-branches:
|
||||
- develop
|
||||
- main
|
||||
feature:
|
||||
tag: useBranchName
|
||||
regex: ^features?[/-]
|
||||
source-branches:
|
||||
- develop
|
||||
- main
|
||||
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: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user