Skip to content

Commit a492787

Browse files
committed
Added gitversion config file
1 parent 2e4d236 commit a492787

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
2929
- id: determine_version
3030
name: Determine Version
3131
uses: gittools/actions/gitversion/[email protected]
32-
with:
33-
overrideConfig: mode=Mainline
3432
- name: Install Octopus Deploy CLI
3533
uses: OctopusDeploy/[email protected]
3634
with:

.github/workflows/dotnetcore.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
- id: determine_version
3737
name: Determine Version
3838
uses: gittools/actions/gitversion/[email protected]
39-
with:
40-
overrideConfig: mode=Mainline
4139
- name: Install Octopus Deploy CLI
4240
uses: OctopusDeploy/install-octopus-cli-action@v1
4341
with:

GitVersion.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
branches:
2+
main:
3+
versioning-mode: TrunkBased
4+
increment: Patch
5+
is-mainline: true

0 commit comments

Comments
 (0)