We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fc448 commit c0e5144Copy full SHA for c0e5144
NOTES.rst
@@ -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