Skip to content

Commit 34b39e2

Browse files
build(deps): bump gittools/actions GitVersion to v4.0.1
(#47) * build(deps): bump gittools/actions from 0.10.2 to 4.0.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.10.2 to 4.0.1. - [Release notes](https://github.com/gittools/actions/releases) - [Changelog](https://github.com/GitTools/actions/blob/main/GitReleaseManager.yml) - [Commits](GitTools/actions@v0.10.2...v4.0.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update GitVersion to v6 compatible config +chore * ci: update runner --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Anstis <dan@bsod.co.nz>
1 parent 71f3127 commit 34b39e2

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ updates:
99
- package-ecosystem: "github-actions"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "weekly"

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test:
1414
name: Test
15-
runs-on: windows-2019
15+
runs-on: windows-latest
1616
steps:
1717
- name: Check out code
1818
uses: actions/checkout@v4.2.2
@@ -37,13 +37,13 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Install GitVersion
40-
uses: gittools/actions/gitversion/setup@v0.10.2
40+
uses: gittools/actions/gitversion/setup@v4.0.1
4141
with:
4242
versionSpec: "5.5.x"
4343

4444
- name: Version with GitVersion # https://github.com/marketplace/actions/use-actions
4545
id: gitversion
46-
uses: gittools/actions/gitversion/execute@v0.10.2
46+
uses: gittools/actions/gitversion/execute@v4.0.1
4747

4848
- name: Push version tag
4949
uses: tvdias/github-tagger@v0.0.2

GitVersion.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
assembly-versioning-scheme: MajorMinorPatch
2-
mode: Mainline
3-
branches:
4-
master:
5-
regex: ^master
6-
increment: Minor
7-
increment: Minor
8-
ignore:
9-
sha: []
10-
merge-message-formats: {}
1+
workflow: TrunkBased/preview1
2+
113
major-version-bump-message: (BREAKING CHANGES?|major)(\(.*?\))?:\s?
124
minor-version-bump-message: (feature|minor|feat)(\(.*?\))?:\s?
135
patch-version-bump-message: (fix|patch|hotfix)(\(.*?\))?:\s?

0 commit comments

Comments
 (0)