Skip to content

Commit 1af41fe

Browse files
committed
separate release and dev info
1 parent a6855c4 commit 1af41fe

File tree

2 files changed

+16
-17
lines changed

2 files changed

+16
-17
lines changed

HACKING.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,3 @@ Development setup
55
2. ./setup.py develop
66

77
Optionally do the same for pyXMLSecurity if you plan to do work that involves crypto functions
8-
9-
Release HOWTO
10-
=============
11-
12-
To make a release,
13-
14-
1) remove dev suffix on version in setup.py
15-
2) set release date in NEWS.txt
16-
2b) update the version in docs/conf.py
17-
3) commit the changes to setup.py and NEWS.txt
18-
4) git tag <version>
19-
5) git push && git push --tag
20-
6) cd docs && make html
21-
6) Upload to PyPI: twine upload dist/pyFF-<version>.tar.gz
22-
7) Increase version in setup.py (for next release) with dev suffix
23-
8) Create NEWS.txt entry for next release
24-

RELEASE.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Release HOWTO
2+
=============
3+
4+
To make a release,
5+
6+
1) remove dev suffix on version in setup.py
7+
2) set release date in NEWS.txt
8+
2b) update the version in docs/conf.py
9+
3) commit the changes to setup.py and NEWS.txt
10+
4) git tag <version>
11+
5) git push && git push --tag
12+
6) cd docs && make html
13+
6) Upload to PyPI: twine upload dist/pyFF-<version>.tar.gz
14+
7) Increase version in setup.py (for next release) with dev suffix
15+
8) Create NEWS.txt entry for next release
16+

0 commit comments

Comments
 (0)