forked from github/pelican
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
|
||||
tox
|
||||
bumpr==0.2.0
|
||||
wheel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue