mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
For now, we'll be a bugfix release at 1.0.1 but do anticipate we'll be adding features this release and will get to 1.1.0. Requires #1230
59 lines
1.3 KiB
INI
59 lines
1.3 KiB
INI
[bumpversion]
|
|
current_version = 1.0.1alpha1
|
|
commit = false
|
|
tag = false
|
|
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<dev>\d+))?
|
|
serialize =
|
|
{major}.{minor}.{patch}{release}{dev}
|
|
{major}.{minor}.{patch}
|
|
|
|
[bdist_wheel]
|
|
universal = 1
|
|
|
|
[extract_messages]
|
|
mapping_file = babel.cfg
|
|
output_file = sphinx_rtd_theme/locale/sphinx.pot
|
|
keywords = _ l_ lazy_gettext
|
|
add_comments = Translators:
|
|
|
|
[init_catalog]
|
|
domain = sphinx
|
|
input_file = sphinx_rtd_theme/locale/sphinx.pot
|
|
output_dir = sphinx_rtd_theme/locale/
|
|
|
|
[update_catalog]
|
|
domain = sphinx
|
|
input_file = sphinx_rtd_theme/locale/sphinx.pot
|
|
output_dir = sphinx_rtd_theme/locale/
|
|
|
|
[compile_catalog]
|
|
domain = sphinx
|
|
directory = sphinx_rtd_theme/locale/
|
|
|
|
[bumpversion:part:release]
|
|
optional_value = release
|
|
first_value = alpha
|
|
values =
|
|
alpha
|
|
rc
|
|
release
|
|
|
|
[bumpversion:part:dev]
|
|
first_value = 1
|
|
|
|
[bumpversion:file:setup.py]
|
|
|
|
[bumpversion:file:sphinx_rtd_theme/__init__.py]
|
|
|
|
[bumpversion:file:package.json]
|
|
search = "version": "{current_version}",
|
|
replace = "version": "{new_version}",
|
|
|
|
[bumpversion:file:package-lock.json]
|
|
search = "version": "{current_version}",
|
|
replace = "version": "{new_version}",
|
|
|
|
[bumpversion:file:docs/changelog.rst]
|
|
search = .. |development_version| replace:: {current_version}
|
|
replace = .. |development_version| replace:: {new_version}
|