Skip to content

Commit

Permalink
build(deps): bump gittools/action from 0.12.0 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GruberMarkus committed Mar 12, 2024
1 parent fd0983f commit d54cc9c
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.13.6
uses: gittools/actions/gitversion/setup@v1.1.0
with:
versionSpec: "5.x"

- name: Determine SemVer
uses: gittools/actions/gitversion/execute@v0.13.6
uses: gittools/actions/gitversion/execute@v1.1.0
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 d54cc9c

Please sign in to comment.