2013-03-27 09:30:54 +01:00
|
|
|
[bumpr]
|
|
|
|
|
file = pelican/__init__.py
|
|
|
|
|
vcs = git
|
|
|
|
|
clean =
|
|
|
|
|
python setup.py clean
|
|
|
|
|
rm -rf *egg-info build dist
|
2013-09-24 21:28:59 +02:00
|
|
|
tests = python -m unittest discover
|
2014-07-01 12:16:45 -07:00
|
|
|
publish = python setup.py sdist bdist_wheel register upload
|
2015-06-14 09:57:57 -07:00
|
|
|
files =
|
|
|
|
|
README.rst
|
|
|
|
|
setup.py
|
2013-03-27 09:30:54 +01:00
|
|
|
|
|
|
|
|
[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]
|
2015-06-14 10:12:52 -07:00
|
|
|
bump = sed -i "" "s/last_stable[[:space:]]*=.*/last_stable = '{version}'/" docs/conf.py
|