]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/how_to_make_a_tahoe-lafs_release.org
release checklist: use signed git tag next time
[tahoe-lafs/tahoe-lafs.git] / docs / how_to_make_a_tahoe-lafs_release.org
index c98af548c3e81cac7745832bcc46b01c86eb4461..e8b25c5aff457a0c74e6c52e2483b613bc323664 100644 (file)
@@ -1,21 +1,24 @@
 * Tahoe Release Checklist [0/19]
+  - [ ] NEWS.rst: summarize user-visible changes, aim for one page of text
   - [ ] update doc files
+    - NEWS.rst: Add final release name and date to top-most item in NEWS.
     - relnotes.txt
     - CREDITS
     - docs/known_issues.rst
-    - NEWS.rst: Add release name and date to top-most item in NEWS.
   - [ ] change docs/quickstart.rst to point to just the current
     allmydata-tahoe-X.Y.Z.zip source code file, or else to point to a
     directory which contains only allmydata-tahoe-X.Y.Z.* source code files
   - [ ] git pull
-  - [ ] git tag allmydata-tahoe-X.Y.Z
+  - [ ] git tag -s -u 68666A7A allmydata-tahoe-X.Y.Z
+    - produces a "signed tag"
+    - tag body: allmydata-tahoe-X.Y.Z
   - [ ] build locally to make sure the release is reporting itself as the
     intended version
   - [ ] make sure buildbot is green
   - [ ] make sure other people aren't committing at that moment
-  - [ ] push tag along with some other documentation-only patch (typically to
-    relnotes.txt) to trigger buildslaves
-    - git push --tags official; git push official
+  - [ ] push tag to trigger buildslaves. Making a code change is no longer
+    necessary
+    - git push official master TAGNAME
     - that will build tarballs
   - [ ] make sure buildbot is green
   - [ ] make sure a sumo sdist tarball got built and uploaded properly
   - [ ] symlink the release tarball on tahoe-lafs.org:
     /var/www/source/tahoe-lafs/releases/
   - [ ] update Wiki: front page news, news, old news, parade of release notes
-  - [ ] send out relnotes.txt to:
-    - tahoe-announce@tahoe-lafs.org
-    - tahoe-dev@tahoe-lafs.org
+  - [ ] send out relnotes.txt:
+    - modify to include hashes of tarballs, git revision
+    - GPG-sign the email
+    - send to tahoe-announce@tahoe-lafs.org and tahoe-dev@tahoe-lafs.org
   - [ ] update https://tahoe-lafs.org/hacktahoelafs/
+  - [ ] update pypi:
+    - python setup.py register
+    - login to pypi
+    - manually upload .tar.gz tarball and .asc signature (so they match the
+      ones on tahoe-lafs.org), or use https://pypi.python.org/pypi/twine and
+      run "twine upload *.tar.gz *.asc"
+  - [ ] close the Milestone on the trac Roadmap
   - [ ] make an "announcement of new release" on freshmeat
-  - [ ] upload to pypi with "python ./setup.py sdist upload register"
-    - currently broken (with git). And we want signed tarballs, and we want
-      the tarballs to match the ones on tahoe-lafs.org. So instead do this:
-      - [ ] login to pypi
-      - [ ] from Edit, add new release
-      - [ ] upload .tar.gz, .asc
   - [ ] make an "announcement of new release" on launchpad
-  - [ ] close the Milestone on the trac Roadmap
   - [ ] send out relnotes.txt to:
     - p2p-hackers@lists.zooko.com
     - lwn@lwn.net