summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-12-17 21:25:24 +1300
committerRobert Collins <robertc@robertcollins.net>2012-12-17 21:25:24 +1300
commitac5b23911197e70b75687f37d845bf9f0c5446fb (patch)
tree90f6751370db0d1463bce133e91f5ffcc717dd20 /README
parentd32eef6a3fc4fb6dfbf6bfbccec9c8a6ddd91547 (diff)
downloadsubunit-git-0.0.9.tar.gz
Release 0.0.9.0.0.9
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 873a348..103a32c 100644
--- a/README
+++ b/README
@@ -215,3 +215,15 @@ to indicate a test that errored in some expected fashion (also know as "TODO"
tests in some frameworks). uxsuccess is used to indicate and unexpected success
where a test though to be failing actually passes. It is complementary to
xfail.
+
+Hacking on subunit
+------------------
+
+Releases
+========
+
+* Update versions in configure.ac and python/subunit/__init__.py.
+* Make PyPI and regular tarball releases. Upload the regular one to LP, the
+ PyPI one to PyPI.
+* Push a tagged commit.
+