mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Remove Bumpr
This commit is contained in:
parent
74815af6e2
commit
4821ad3ce7
2 changed files with 0 additions and 33 deletions
32
bumpr.rc
32
bumpr.rc
|
|
@ -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
|
|
||||||
|
|
@ -2,5 +2,4 @@
|
||||||
|
|
||||||
# Release issuance
|
# Release issuance
|
||||||
tox
|
tox
|
||||||
bumpr==0.2.0
|
|
||||||
wheel
|
wheel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue