Remove Bumpr

This commit is contained in:
Justin Mayer 2019-11-13 06:48:09 -08:00
commit 4821ad3ce7
2 changed files with 0 additions and 33 deletions

View file

@ -1,32 +0,0 @@
[bumpr]
file = pelican/__init__.py
vcs = git
clean =
python setup.py clean
rm -rf *egg-info build dist
tests = python -m unittest discover
publish = python setup.py sdist bdist_wheel register upload
files =
README.rst
setup.py
[bump]
unsuffix = true
message = Bump version {version}
[prepare]
part = patch
suffix = dev
message = Prepare version {version} for next development cycle
[changelog]
file = docs/changelog.rst
separator = =
bump = {version} ({date:%Y-%m-%d})
prepare = Next release
[readthedoc]
url = http://docs.getpelican.com/{tag}
[commands]
bump = sed -i "" "s/last_stable[[:space:]]*=.*/last_stable = '{version}'/" docs/conf.py

View file

@ -2,5 +2,4 @@
# Release issuance # Release issuance
tox tox
bumpr==0.2.0
wheel wheel