We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4d236 commit a492787Copy full SHA for a492787
.github/workflows/docker.yaml
@@ -29,8 +29,6 @@ jobs:
29
- id: determine_version
30
name: Determine Version
31
uses: gittools/actions/gitversion/execute@v4.1.0
32
- with:
33
- overrideConfig: mode=Mainline
34
- name: Install Octopus Deploy CLI
35
uses: OctopusDeploy/install-octocli@v1.1.1
36
with:
.github/workflows/dotnetcore.yml
@@ -36,8 +36,6 @@ jobs:
37
38
39
40
41
42
uses: OctopusDeploy/install-octopus-cli-action@v1
43
GitVersion.yml
@@ -0,0 +1,5 @@
1
+branches:
2
+ main:
3
+ versioning-mode: TrunkBased
4
+ increment: Patch
5
+ is-mainline: true
0 commit comments