Skip to content

Commit

Permalink
Merge a753a71 into da50cd9
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Jan 10, 2022
2 parents da50cd9 + a753a71 commit 6a74403
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/release-checklist.rst
Expand Up @@ -106,6 +106,11 @@ they will need to evaluate which contributors' signatures they trust.

- tox -e deprecations,upcoming-deprecations

- clone to a clean, local checkout (to avoid extra files being included in the release)

- cd /tmp
- git clone /home/meejah/src/tahoe-lafs

- build tarballs

- tox -e tarballs
Expand Down Expand Up @@ -152,14 +157,20 @@ need to be uploaded to https://tahoe-lafs.org in `~source/downloads`

- secure-copy all release artifacts to the download area on the
tahoe-lafs.org host machine. `~source/downloads` on there maps to
https://tahoe-lafs.org/downloads/ on the Web.
- scp dist/*1.15.0* username@tahoe-lafs.org:/home/source/downloads
https://tahoe-lafs.org/downloads/ on the Web:

- scp dist/*1.15.0* username@tahoe-lafs.org:/home/source/downloads

- the following developers have access to do this:

- exarkun
- meejah
- warner

Push the signed tag to the main repository:

- git push origin tahoe-lafs-1.17.1

For the actual release, the tarball and signature files need to be
uploaded to PyPI as well.

Expand Down
Empty file added newsfragments/3859.minor
Empty file.

0 comments on commit 6a74403

Please sign in to comment.