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 a66f43f commit 2110be0Copy full SHA for 2110be0
gitversion.yaml
@@ -0,0 +1,20 @@
1
+# Python package version (PEP440): https://peps.python.org/pep-0440/
2
+
3
+assembly-file-versioning-format: '{MajorMinorPatch}{PreReleaseLabel}{CommitsSinceVersionSource}'
4
+assembly-versioning-format: '{MajorMinorPatch}{PreReleaseLabel}{CommitsSinceVersionSource}'
5
+assembly-informational-format: '{MajorMinorPatch}{PreReleaseLabel}{CommitsSinceVersionSource}'
6
7
+branches:
8
+ develop:
9
+ regex: ^develop$
10
+ label: 'a'
11
+ main:
12
+ regex: ^main$
13
+ label: ''
14
+ release:
15
+ regex: ^release/(?<BranchName>.+)
16
+ label: 'b'
17
+ increment: None
18
+ feature:
19
+ regex: ^feature/(?<BranchName>.+)
20
+ label: '.dev'
0 commit comments