Skip to content

Commit

Permalink
Align with release/3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieranties committed Feb 4, 2022
2 parents f3dd721 + 7805d5e commit 6ab6ff0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
33 changes: 28 additions & 5 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# GitVersion.yml
mode: ContinuousDelivery
next-version: 3.3
branches: {}
mode: ContinuousDeployment
next-version: 3.4
branches:
master:
mode: ContinuousDelivery
pull-request:
tag: pr
increment: None
develop:
tag: alpha
hotfix:
tag: useBranchName
ama:
increment: None
tracks-release-branches: false
regex: ^ama[/-]
is-release-branch: false
mode: ContinuousDeployment
track-merge-target: false
tag: ama
pre-release-weight: 30000
prevent-increment-of-merged-branch-version: true
is-mainline: false
source-branches:
- main
- develop
ignore:
sha: []
sha: []

2 changes: 1 addition & 1 deletion packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup Label="Dependency Versions">
<_ComponentHost>2.0.0</_ComponentHost>
<_AutoFixture>4.11.0</_AutoFixture>
<_CluedIn>3.3.0-*</_CluedIn>
<_CluedIn>3.4.0-*</_CluedIn>
</PropertyGroup>
<ItemGroup>
<!--
Expand Down

0 comments on commit 6ab6ff0

Please sign in to comment.