]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/how_to_make_a_tahoe-lafs_release.org
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / docs / how_to_make_a_tahoe-lafs_release.org
index c3aae9d396196d6890d3b9f5b188a79a336d7bcc..9780d49a45e3afe084ee20b5fb17bd6e17d1d8a0 100644 (file)
@@ -9,7 +9,9 @@
     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
@@ -23,7 +25,8 @@
   - [ ] download tarballs, sign with "gpg -ba -u 68666a7a TAR", upload *.asc
   - [ ] 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
+  - [ ] update Wiki: front page news, news, old news, parade of release
+    notes ("Doc"), Installation
   - [ ] send out relnotes.txt:
     - modify to include hashes of tarballs, git revision
     - GPG-sign the email
@@ -33,7 +36,8 @@
     - python setup.py register
     - login to pypi
     - manually upload .tar.gz tarball and .asc signature (so they match the
-      ones on tahoe-lafs.org)
+      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
   - [ ] make an "announcement of new release" on launchpad