mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-05 20:51:11 -07:00
Fix bumpversion
fails with FileNotFoundError
The `README.md` file was moved to the `.github` folder in commit742d482
and merged in clinton-hall/nzbToMedia#1574. Additionally the version number was removed from `README.md` in commit8745af2
. Fixes clinton-hall/nzbToMedia#1909
This commit is contained in:
parent
18ac3575ba
commit
8a5c8c0863
1 changed files with 0 additions and 5 deletions
|
@ -7,11 +7,6 @@ tag = False
|
|||
search = version='{current_version}'
|
||||
replace = version='{new_version}'
|
||||
|
||||
[bumpversion:file:README.md]
|
||||
search = v{current_version}
|
||||
replace = v{new_version}
|
||||
|
||||
[bumpversion:file:core/__init__.py]
|
||||
search = __version__ = '{current_version}'
|
||||
replace = __version__ = '{new_version}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue