We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aae5a commit 3931ee9Copy full SHA for 3931ee9
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
os: [windows-2019, ubuntu-latest, macos-latest]
18
steps:
19
- name: Get the sources
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
21
with:
22
fetch-depth: 0
23
GitVersion.yml
@@ -1,4 +1,10 @@
1
branches:
2
+ main:
3
+ mode: ContinuousDelivery
4
+ tag:
5
+ increment: Patch
6
+ prevent-increment-of-merged-branch-version: true
7
+ track-merge-target: false
8
master:
9
mode: ContinuousDelivery
10
tag:
0 commit comments