Skip to content

Commit 0cbb97d

Browse files
committed
Fixing readme/bump2version rules
1 parent d8f8596 commit 0cbb97d

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
1.0.1 (2022-04-15)
5+
1.0.2 (2022-04-15)
66
------------------
77

88
* Fixed history file

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RPGMaker MV Decoder v1.0.1
22

3-
[![v1.0.1 CodeQL Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.0.1?label=v1.0.1%20CodeQL&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml) [![v1.0.1 Python Application Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.0.1?label=v1.0.1%20Python%20application&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml) [![v1.0.1 Pylint Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.0.1?label=v1.0.1%20Upload%20Python%20Package&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml) [![Documentation status](https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.0.1?label=v1.0.1%20Documentation&logo=readthedocs)](https://rpgmaker-mv-decoder.readthedocs.io/en/vrpgmaker_mv_decoder/v1.0.1/)
3+
[![v1.0.1 CodeQL Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/CodeQL/v1.0.1?label=v1.0.1%20CodeQL&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/codeql-analysis.yml) [![v1.0.1 Python Application Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Python%20application/v1.0.1?label=v1.0.1%20Python%20application&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-app.yml) [![v1.0.1 Pylint Status](https://img.shields.io/github/workflow/status/kins-dev/rpgmaker_mv_decoder/Upload%20Python%20Package/v1.0.1?label=v1.0.1%20Upload%20Python%20Package&logo=GitHub)](https://github.com/kins-dev/rpgmaker_mv_decoder/actions/workflows/python-publish.yml) [![Documentation status](https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.0.1?label=v1.0.1%20Documentation&logo=readthedocs)](https://rpgmaker-mv-decoder.readthedocs.io/en/v1.0.1/)
44
[![Latest pypi release](https://img.shields.io/pypi/v/rpgmaker_mv_decoder?label=Latest%20pypi%20release&logo=pypi&color=blue)](https://pypi.python.org/pypi/rpgmaker_mv_decoder)
55

66
This is a set of python scripts for decoding and encoding RPGMaker MV/MZ game assets.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RPGMaker MV Decoder v1.0.1
1616
:alt: v1.0.1 Pylint Status
1717

1818
.. image:: https://img.shields.io/readthedocs/rpgmaker_mv_decoder/v1.0.1?label=v1.0.1%20Documentation&logo=readthedocs
19-
:target: https://rpgmaker-mv-decoder.readthedocs.io/en/vrpgmaker_mv_decoder/v1.0.1/
19+
:target: https://rpgmaker-mv-decoder.readthedocs.io/en/v1.0.1/
2020
:alt: Documentation status
2121

2222

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ replace = /v{new_version}?
3636
search = /v{current_version}?
3737
replace = /v{new_version}?
3838

39+
[bumpversion:file(pass 5):README.md]
40+
search = rpgmaker-mv-decoder.readthedocs.io/en/v{current_version}/
41+
replace = rpgmaker-mv-decoder.readthedocs.io/en/v{new_version}/
42+
43+
[bumpversion:file(pass 5):README.rst]
44+
search = rpgmaker-mv-decoder.readthedocs.io/en/v{current_version}/
45+
replace = rpgmaker-mv-decoder.readthedocs.io/en/v{new_version}/
46+
3947
[bumpversion:file(pass 6):README.md]
4048
search = rpgmaker_mv_decoder/v{current_version}
4149
replace = rpgmaker_mv_decoder/v{new_version}
@@ -44,14 +52,6 @@ replace = rpgmaker_mv_decoder/v{new_version}
4452
search = rpgmaker_mv_decoder/v{current_version}
4553
replace = rpgmaker_mv_decoder/v{new_version}
4654

47-
[bumpversion:file(pass 7):README.md]
48-
search = rpgmaker-mv-decoder.readthedocs.io/en/v{current_version}/
49-
replace = rpgmaker-mv-decoder.readthedocs.io/en/v{new_version}/
50-
51-
[bumpversion:file(pass 7):README.rst]
52-
search = rpgmaker-mv-decoder.readthedocs.io/en/v{current_version}/
53-
replace = rpgmaker-mv-decoder.readthedocs.io/en/v{new_version}/
54-
5555
[bumpversion:file:setup.py]
5656
search = version="{current_version}"
5757
replace = version="{new_version}"

0 commit comments

Comments
 (0)