Skip to content

Commit

Permalink
build(deps): bump gittools/actions from 0.10.2 to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GruberMarkus authored Mar 5, 2024
1 parent a21a45e commit 7a3bf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build, draft release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
fetch-depth: 0

- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.12.0
uses: gittools/actions/gitversion/setup@v0.13.2
with:
versionSpec: "5.x"

- name: Determine SemVer
uses: gittools/actions/gitversion/execute@v0.12.0
uses: gittools/actions/gitversion/execute@v0.13.2
with:
additionalArguments: '/overrideconfig major-version-bump-message="^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\\([\\w\\s]*\\))?(!:|:.*\\n\\n((.+\\n)+\\n)?BREAKING CHANGE:\\s.+)" /overrideconfig minor-version-bump-message="^(feat)(\\([\\w\\s]*\\))?:" /overrideconfig patch-version-bump-message="^(build|chore|ci|docs|fix|perf|refactor|revert|style|test)(\\([\\w\\s]*\\))?:"'

Expand Down

0 comments on commit 7a3bf0e

Please sign in to comment.