Skip to content

Commit

Permalink
Use bumpr to perform releases
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Feb 2, 2017
1 parent 3184d03 commit 817dbcc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 36 deletions.
29 changes: 29 additions & 0 deletions bumpr.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[bumpr]
file = microdata/__init__.py
vcs = git
commit = true
tag = true
push = true
tests = tox
publish =
python setup.py bdist_wheel upload
clean =
rm -fr build dist **/__pycache__
files =
README.rst

[bump]
unsuffix = true

[prepare]
part = patch
suffix = dev

[changelog]
file = CHANGELOG.rst
bump = {version} ({date:%Y-%m-%d})
prepare = Current

[replace]
dev = ?branch=master
stable = ?tag={version}
36 changes: 0 additions & 36 deletions release.sh

This file was deleted.

0 comments on commit 817dbcc

Please sign in to comment.