Skip to content

Commit 2110be0

Browse files
author
Stéphane Senart
committed
Add Poetry files
1 parent a66f43f commit 2110be0

File tree

3 files changed

+4148
-0
lines changed

3 files changed

+4148
-0
lines changed

gitversion.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)