File tree Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Expand file tree Collapse file tree 2 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1
- 2021.08.26-405-g3845bbc
1
+ 2021.08.26-406-g5f397e3
Original file line number Diff line number Diff line change @@ -97,19 +97,33 @@ ignore = [
97
97
current_version = " 3.28.36.dev"
98
98
commit = false
99
99
tag = false
100
- parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
100
+ parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<alpha>0a)?(?P< patch>\\ d+)(\\ .(?P<release>[a-z]+))?"
101
101
serialize = [
102
- " {major}.{minor}.{patch}.{release}" ,
103
- " {major}.{minor}.{patch}" ,
102
+ " {major}.{minor}.{patch}.{release}" ,
103
+ " {major}.{minor}.{patch}" ,
104
+ " {major}.{minor}.{alpha}{patch}.{release}" ,
105
+ " {major}.{minor}.{alpha}{patch}" ,
104
106
]
105
107
108
+ [tool .bumpversion .parts .alpha ]
109
+ # This section is managed by the plugin template. Do not edit manually.
110
+
111
+ # This is sort of a hack. In PEP440 prerelease markers work quite differently.
112
+ # But this fits best with the way we have been doing release versions.
113
+ optional_value = " final"
114
+ values = [
115
+ " 0a" ,
116
+ " final" ,
117
+ ]
118
+ independent = true
119
+
106
120
[tool .bumpversion .parts .release ]
107
121
# This section is managed by the plugin template. Do not edit manually.
108
122
109
123
optional_value = " prod"
110
124
values = [
111
- " dev" ,
112
- " prod" ,
125
+ " dev" ,
126
+ " prod" ,
113
127
]
114
128
115
129
[[tool .bumpversion .files ]]
You can’t perform that action at this time.
0 commit comments