6.0.0-rc.1 #4039
Replies: 3 comments 16 replies
-
Thanks for the update, glad to see it progressing :) Unfortunately our current pipelines broke due to following issue:
I've already tried adding these properties tracks-merge-target: false
tracks-merge-message: true in my GitVersion.yml: workflow: GitHubFlow/v1
tag-prefix: '[vV]?'
update-build-number: true
strategies:
- MergeMessage
- TaggedCommit
- TrackReleaseBranches
- VersionInBranchName
- TrunkBased
merge-message-formats:
AzureDevOps: 'Merged PR (?<PullRequestNumber>\d+) from (?<SourceBranch>[^\s]*) into (?<TargetBranch>[^\s]*)'
branches:
main:
regex: ^master$|^main$
mode: ContinuousDeployment
label: 'ci'
is-source-branch-for:
- feature
- hotfix
- release
tracks-merge-target: false
tracks-merge-message: true
feature:
regex: ^feature(s)?[/-](?<StoryNo>[A-Za-z0-9]+)?
mode: ContinuousDelivery
label: 'beta.{StoryNo}'
increment: Minor
tracks-merge-target: false
tracks-merge-message: true
hotfix:
regex: ^(hot|bug)fix(es)?[/-](?<StoryNo>[#A-Za-z0-9]+)?
mode: ContinuousDelivery
label: 'beta.{StoryNo}'
increment: Patch
pull-request:
regex: ^(pull|pull\-requests|pr)[/-]
label: 'alpha'
label-number-pattern: '[/-](?<number>\d+)'
source-branches: [ 'main' ]
release:
regex: ^release(s)?[/-](?<BranchName>.+)
label: 'rc'
is-release-branch: true
unknown:
increment: Inherit
regex: (?<BranchName>.+)
ignore:
sha: [] but it's still failing. Is there anything I'm missing? |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm very interested in this new version and the feature 1839 Configurable next-version strategies and mode. |
Beta Was this translation helpful? Give feedback.
-
Hi, first of all kudos for this project! I am starting to use it at work and I think it is an awesome tool. |
Beta Was this translation helpful? Give feedback.
-
This discussion was created from the release 6.0.0-rc.1.
Beta Was this translation helpful? Give feedback.
All reactions