Skip to content

Commit a81ff42

Browse files
Updated Builds
1 parent 93b2f0d commit a81ff42

File tree

4 files changed

+31
-14
lines changed

4 files changed

+31
-14
lines changed

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- question
5+
- wontfix
6+
- invalid
7+
categories:
8+
- title: Exciting New Features 🎉
9+
labels:
10+
- enhancement
11+
- feature
12+
- title: Squashed Bugs 🐛
13+
labels:
14+
- bug
15+
- breaking-change
16+
- title: Adminsitrative
17+
labels:
18+
- administrative
19+
- documentation
20+
- title: Other Changes
21+
labels:
22+
- "*"

.github/workflows/ci-build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
dotnet-version: 8.0.x
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@v3.1.1
27+
uses: gittools/actions/gitversion/setup@v4.2.0
2828
with:
29-
versionSpec: '6.0.5'
29+
versionSpec: '6.4.0'
3030

3131
- name: Determine Version
3232
id: gitversion
33-
uses: gittools/actions/gitversion/execute@v3.1.1
33+
uses: gittools/actions/gitversion/execute@v4.2.0
3434
with:
3535
useConfigFile: true
3636

@@ -81,15 +81,13 @@ jobs:
8181
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
8282
8383
- name: Install GitVersion
84-
uses: gittools/actions/gitversion/setup@v3.1.1
84+
uses: gittools/actions/gitversion/setup@v4.2.0
8585
with:
86-
versionSpec: '6.0.5'
86+
versionSpec: '6.4.0'
8787

8888
- name: Determine Version
8989
id: gitversion
90-
uses: gittools/actions/gitversion/[email protected]
91-
with:
92-
useConfigFile: true
90+
uses: gittools/actions/gitversion/[email protected]
9391

9492
- name: Build and analyze
9593
env:

.github/workflows/release-build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,13 @@ jobs:
2323
dotnet-version: 8.0.x
2424

2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v3.1.1
26+
uses: gittools/actions/gitversion/setup@v4.2.0
2727
with:
28-
versionSpec: '6.0.5'
28+
versionSpec: '6.4.0'
2929

3030
- name: Determine Version
3131
id: gitversion
32-
uses: gittools/actions/gitversion/[email protected]
33-
with:
34-
useConfigFile: true
32+
uses: gittools/actions/gitversion/[email protected]
3533

3634
- name: Restore Packages
3735
run: dotnet restore "${{ env.solution-path }}"

GitVersion.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ branches:
1717
pull-request:
1818
regex: (pull|pull\-requests|pr)[/-]
1919
label: 'pr'
20-
label-number-pattern: '[/-](?<number>\d+)[-/]'
2120
increment: Patch
2221
is-release-branch: false
2322
source-branches: []

0 commit comments

Comments
 (0)