Skip to content

Commit 3d52fd4

Browse files
committed
Switch to Bump'R for release
1 parent e3fb6b8 commit 3d52fd4

File tree

2 files changed

+28
-39
lines changed

2 files changed

+28
-39
lines changed

bumpr.rc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[bumpr]
2+
file = djangojs/__init__.py
3+
vcs = git
4+
commit = true
5+
tag = true
6+
tests = false
7+
publish = python setup.py sdist register upload
8+
clean =
9+
python setup.py clean
10+
rm -rf *egg-info build dist
11+
files =
12+
README.rst
13+
bower.json
14+
15+
[bump]
16+
unsuffix = true
17+
18+
[prepare]
19+
part = patch
20+
suffix = dev
21+
22+
[changelog]
23+
file = CHANGELOG.rst
24+
bump = {version} ({date:%Y-%m-%d})
25+
prepare = Current
26+
27+
[readthedoc]
28+
id = djangojs

release.sh

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)