Skip to content

Commit

Permalink
Trying to fix publish issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Aug 6, 2024
1 parent 0bd50c5 commit 1b973ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
24 changes: 14 additions & 10 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@ mode: ContinuousDeployment
tag-prefix: '[vV]'
continuous-delivery-fallback-tag: dev
branches:
v1_develop:
mode: ContinuousDeployment
tag: dev
regex: v1_develop
source-branches:
- v1_release
pre-release-weight: 100

v2_develop:
mode: ContinuousDeployment
tag: dev
Expand All @@ -25,15 +17,27 @@ branches:
is-release-branch: true
source-branches: ['v2_develop']

v1_develop:
mode: ContinuousDeployment
tag: dev
regex: v1_develop
source-branches:
- v1_release
pre-release-weight: 100

v1_release:
mode: ContinuousDeployment
regex: v1_release
is-release-branch: true
source-branches: ['v1_develop']

pull-request:
mode: ContinuousDeployment
tag: PullRequest.{BranchName}
increment: Inherit
tag-number-pattern: '[/-](?<number>\d+)'
regex: ^(pull|pull\-requests|pr)[/-]
source-branches:
- v1_develop
- v1_release
- v2_develop
- v2_release
- feature
Expand Down
1 change: 1 addition & 0 deletions Terminal.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Settings", "Settings", "{B8
.editorconfig = .editorconfig
.filenesting.json = .filenesting.json
.gitignore = .gitignore
GitVersion.yml = GitVersion.yml
global.json = global.json
nuget.config = nuget.config
Terminal.sln.DotSettings = Terminal.sln.DotSettings
Expand Down

0 comments on commit 1b973ee

Please sign in to comment.