Skip to content

Commit

Permalink
Update GitVersion and fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Baune8D committed May 5, 2024
1 parent 4b4a1b0 commit d4c579f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
next-version: 3.6.6
branches:
main:
mode: ContinuousDeployment
tag: beta
label: beta
develop:
increment: patch
increment: Patch
ignore:
sha: []
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageDownload Include="Codecov.Tool" Version="[1.13.0]" />
<PackageDownload Include="GitVersion.Tool" Version="[5.12.0]" />
<PackageDownload Include="GitVersion.Tool" Version="[6.0.0-beta.7]" />
<PackageDownload Include="NuGet.CommandLine" Version="[6.9.1]" />
<PackageDownload Include="ReportGenerator" Version="[5.2.5]" />
</ItemGroup>
Expand Down

0 comments on commit d4c579f

Please sign in to comment.