-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
42 lines (35 loc) · 1.04 KB
/
Copy pathsetup.cfg
File metadata and controls
42 lines (35 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[bumpversion]
current_version = 2.0.14
commit = True
tag = True
tag_name = {new_version}
message = [release] bump version {current_version} → {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}
[bumpversion:part:release]
optional_value = ""
values =
dev
""
[bumpversion:file:here_qgis_plugin/metadata.txt]
search = version={current_version}
replace = version={new_version}
[bumpversion:file:here_qgis_plugin/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
[bumpversion:file:src/here_qgis/__init__.py]
search = __version__ = "{current_version}"
replace = __version__ = "{new_version}"
[aliases]
test = pytest
[bdist_wheel]
universal = 1
[scriv]
version = literal: src/here_qgis/__init__.py: __version__
format = md
new_fragment_template = file: new_fragment.${config:format}.j2
output_file = changelog/here_qgis_plugin/CHANGELOG.${config:format}
md_header_level = 3
insert_marker = changelog-start