docs: update release checklist

This commit is contained in:
Brian Warner 2016-03-30 16:03:52 -07:00
parent 9be9c20c0e
commit 3b0789fb0c

View File

@ -1,44 +1,44 @@
* Tahoe Release Checklist [0/19] * Tahoe Release Checklist [0/19]
- [ ] make sure buildbot, travis, appveyor are green
- [ ] NEWS.rst: summarize user-visible changes, aim for one page of text - [ ] NEWS.rst: summarize user-visible changes, aim for one page of text
- [ ] update doc files - [ ] update doc files
- NEWS.rst: Add final release name and date to top-most item in NEWS. - NEWS.rst: Add final release name and date to top-most item in NEWS.
- relnotes.txt - relnotes.txt
- CREDITS - CREDITS
- docs/known_issues.rst - docs/known_issues.rst
- [ ] change docs/quickstart.rst to point to just the current - [ ] change docs/INSTALL.rst to point to just the current
tahoe-lafs-X.Y.Z.zip source code file, or else to point to a tahoe-lafs-X.Y.Z.tar.gz source code file
directory which contains only tahoe-lafs-X.Y.Z.* source code files - [ ] announce the tree is locked on IRC
- [ ] git pull - [ ] git pull, should be empty
- [ ] git tag -s -u 68666A7A tahoe-lafs-X.Y.Z - [ ] git tag -s -u 68666A7A -m "release Tahoe-LAFS-X.Y.Z" tahoe-lafs-X.Y.Z
- produces a "signed tag" - produces a "signed tag"
- tag body: tahoe-lafs-X.Y.Z
- [ ] build locally to make sure the release is reporting itself as the - [ ] build locally to make sure the release is reporting itself as the
intended version intended version, make tarballs too (for comparison only)
- [ ] make sure buildbot is green
- [ ] make sure other people aren't committing at that moment
- [ ] push tag to trigger buildslaves. Making a code change is no longer - [ ] push tag to trigger buildslaves. Making a code change is no longer
necessary necessary
- git push official master TAGNAME - git push official master TAGNAME
- that will build tarballs - that will build tarballs
- [ ] make sure buildbot is green - [ ] make sure buildbot is green
- [ ] make sure a sumo sdist tarball got built and uploaded properly - [ ] download tarballs+wheels
- [ ] download tarballs, sign with "gpg -ba -u 68666a7a TAR", upload *.asc - [ ] announce tree is unlocked
- [ ] symlink the release tarball on tahoe-lafs.org: - [ ] compare tarballs+wheels against local copies (but sign upstreams)
/var/www/source/tahoe-lafs/releases/ - [ ] sign each with "gpg -ba -u 68666a7a FILE"
- [ ] update Wiki: front page news, news, old news, parade of release - [ ] twine register dist/FILE
notes ("Doc"), Installation - [ ] twine upload dist/*
- [ ] test "pip install tahoe-lafs" (from PyPI)
- [ ] upload *.asc to org ~source/downloads/
- [ ] copy the release tarball,sigs to tahoe-lafs.org: ~source/downloads/
- [ ] move old release out of ~source/downloads (to downloads/old/?)
- [ ] update Wiki front page: download link, front page news, news, old news
- [ ] send out relnotes.txt: - [ ] send out relnotes.txt:
- modify to include hashes of tarballs, git revision - add prefix with SHA256 of tarballs, release pubkey, git revhash
- GPG-sign the email - GPG-sign the email
- send to tahoe-announce@tahoe-lafs.org and tahoe-dev@tahoe-lafs.org - send to tahoe-announce@tahoe-lafs.org and tahoe-dev@tahoe-lafs.org
- [ ] update https://tahoe-lafs.org/hacktahoelafs/ - [ ] update Wiki "Doc": parade of release notes, Installation (with link
- [ ] update pypi: to tahoe-dev email)
- 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 - [ ] close the Milestone on the trac Roadmap
- [ ] tweet to @tahoelafs
- [ ] update https://tahoe-lafs.org/hacktahoelafs/
- [ ] make an "announcement of new release" on freshmeat - [ ] make an "announcement of new release" on freshmeat
- [ ] make an "announcement of new release" on launchpad - [ ] make an "announcement of new release" on launchpad
- [ ] send out relnotes.txt to: - [ ] send out relnotes.txt to: