mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
back to 6.x
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Install GitVersion
|
||||
uses: gittools/actions/gitversion/setup@v0
|
||||
with:
|
||||
versionSpec: '5.x'
|
||||
versionSpec: '6.x'
|
||||
includePrerelease: true
|
||||
|
||||
- name: Determine Version
|
||||
|
||||
@@ -6,9 +6,10 @@ branches:
|
||||
develop:
|
||||
mode: ContinuousDeployment
|
||||
tag: pre
|
||||
regex: ^develop?[/-]
|
||||
regex: develop
|
||||
source-branches:
|
||||
- main
|
||||
pre-release-weight: 100
|
||||
main:
|
||||
tag: rc
|
||||
increment: Patch
|
||||
|
||||
Reference in New Issue
Block a user