Skip to content

Commit

Permalink
chore(deps): update dependency gitversion.msbuild to v6 (#35)
Browse files Browse the repository at this point in the history
* update dependency gitversion.msbuild to v6
* update gitversion config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Zaytsev <[email protected]>
  • Loading branch information
renovate[bot] and hazzik authored Nov 1, 2024
1 parent 7791663 commit 5a7b33e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
assembly-versioning-scheme: MajorMinor
mode: ContinuousDeployment
mode: ContinuousDelivery
major-version-bump-message: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)"
minor-version-bump-message: "^(feat)(\\([\\w\\s-]*\\))?:"
patch-version-bump-message: "^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s-]*\\))?:"
branches:
main:
label: ci
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GitVersion.MsBuild" Version="5.12.0" PrivateAssets="all"/>
<PackageReference Include="GitVersion.MsBuild" Version="6.0.4" PrivateAssets="all"/>
</ItemGroup>
</Project>

0 comments on commit 5a7b33e

Please sign in to comment.