Skip to content

Commit c0e5144

Browse files
some notes for self
1 parent 59fc448 commit c0e5144

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

NOTES.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Notes to future self
2+
++++++++++++++++++++
3+
4+
To release a new version for different software consumers.
5+
6+
* commit all of the changes you want
7+
* bump version in tldp/__init__.py
8+
* adjust debian/changelog in accordance with Debian policy
9+
N.B. the version must match what you put in tldp/__init__.py
10+
* run 'python contrib/rpm-release.py' which will regenerate a
11+
contrib/tldp.spec with the correct version
12+
* commit debian/changelog tldp/__init__.py and contrib/tldp.spec
13+
* tag the release
14+
* run 'git push origin master --tags'
15+
* run 'python setup.py sdist upload -r pypi'
16+
* run 'bash contrib/debian-release.py' (on a Debian-ish box)
17+
18+

0 commit comments

Comments
 (0)