File: .bumpversion.cfg

package info (click to toggle)
sphinx-jinja2-compat 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 224 kB
  • sloc: python: 99; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 560 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[bumpversion]
current_version = 0.3.0
commit = True
tag = True

[bumpversion:file:.github/workflows/conda_ci.yml]

search = ={current_version}=py_1
replace = ={new_version}=py_1

[bumpversion:file:README.rst]
search = jinja2-compat/v{current_version}
replace = jinja2-compat/v{new_version}

[bumpversion:file:pyproject.toml]
search = version = "{current_version}"
replace = version = "{new_version}"

[bumpversion:file:repo_helper.yml]

[bumpversion:file:sphinx_jinja2_compat/__init__.py]
search = : str = "{current_version}"
replace = : str = "{new_version}"