From 85d3bb1a3a8600bcf73298e1b7e569494786f0de Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Fri, 8 Jul 2022 16:45:52 +0200 Subject: [PATCH] Add pull_request against main branches FIXME: A PR against a release branch will now get the alpha requirements out of the conandata.yml Contributes to CURA-9365 --- GitVersion.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/GitVersion.yml b/GitVersion.yml index b46d102dcf..f9fbb15c62 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -37,6 +37,19 @@ branches: is-release-branch: true is-mainline: false pre-release-weight: 30000 + pull-request-main: + regex: ^(pull|pull\-requests|pr)[/-] + mode: ContinuousDelivery + tag: alpha+ + increment: Inherit + prevent-increment-of-merged-branch-version: true + tag-number-pattern: '[/-](?\d+)[-/]' + track-merge-target: true + source-branches: [ 'main' ] + tracks-release-branches: false + is-release-branch: false + is-mainline: false + pre-release-weight: 30000 ignore: sha: [ ] merge-message-formats: { }