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 290e2dd commit 2a5abfbCopy full SHA for 2a5abfb
GitVersion.yml
@@ -1,8 +1,24 @@
1
+# DO NOT EDIT THIS FILE
2
+# This file was generated by the pr-autoflow mechanism as a result of executing this action:
3
+# https://github.com/endjin/.github/actions/workflows/deploy_pr_autoflow.yml
4
+# This repository participates in this mechanism due to an entry in this file:
5
+# https://github.com/endjin/.github/blob/b69ff1d66541ae049fb0457c65c719c6d7e9b862/repos/live/corvus-dotnet.yml
6
+
7
mode: ContinuousDeployment
8
branches:
9
master:
10
regex: ^master
11
tag: preview
12
increment: patch
13
+ dependabot-pr:
14
+ regex: ^dependabot
15
+ tag: dependabot
16
+ source-branches:
17
+ - develop
18
+ - master
19
+ - release
20
+ - feature
21
+ - support
22
+ - hotfix
23
next-version: "0.4"
24
0 commit comments