some notes for self

This commit is contained in:
Martin A. Brown 2016-05-01 11:10:49 -07:00
parent 59fc4484fe
commit c0e5144a3c
1 changed files with 18 additions and 0 deletions

18
NOTES.rst Normal file
View File

@ -0,0 +1,18 @@
Notes to future self
++++++++++++++++++++
To release a new version for different software consumers.
* commit all of the changes you want
* bump version in tldp/__init__.py
* adjust debian/changelog in accordance with Debian policy
N.B. the version must match what you put in tldp/__init__.py
* run 'python contrib/rpm-release.py' which will regenerate a
contrib/tldp.spec with the correct version
* commit debian/changelog tldp/__init__.py and contrib/tldp.spec
* tag the release
* run 'git push origin master --tags'
* run 'python setup.py sdist upload -r pypi'
* run 'bash contrib/debian-release.py' (on a Debian-ish box)