diff options
author | David Goulet <dgoulet@torproject.org> | 2022-04-07 11:50:57 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-04-07 11:50:57 -0400 |
commit | 7747469dbe8b9c8fc793852fb5228bbedc591a7d (patch) | |
tree | 032e515533100eabe8e2f6dfa04cb022bb9d3e5b /doc | |
parent | c885a18a2e70640e9b3eea735f887b82016bb6f1 (diff) | |
download | tor-7747469dbe8b9c8fc793852fb5228bbedc591a7d.tar.gz tor-7747469dbe8b9c8fc793852fb5228bbedc591a7d.zip |
doc: Minor changes to the Releasing doc
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/ReleasingTor.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/ReleasingTor.md index 9eb89b54de..a32bb10dad 100644 --- a/doc/HACKING/ReleasingTor.md +++ b/doc/HACKING/ReleasingTor.md @@ -86,7 +86,7 @@ Once all signatures from all selected developers have been committed: Upload the tarball and its sig to the dist website: - `rsync -avP tor-0.3.5.18.tar.gz{,.asc} dist-master.torproject.org:/srv/dist-master.torproject.org/htdocs/` + `rsync -avP tor-*.gz{,.asc} dist-master.torproject.org:/srv/dist-master.torproject.org/htdocs/` Then, on dist-master.torproject.org, run: @@ -110,8 +110,8 @@ Once the tarballs have been uploaded and are ready to be announced, we need to do the following: 1. Tag versions (`main` branch or `release` branch as appropriate) using - `git tag -s tor-0.x.y.z-<status>` and then push the tags: - `git push origin --tags` + `git tag -s tor-0.x.y.z-<status>` and then push the tag(s): + `git push origin tor-0.x.y.z-<status>` (This should be the `main` or `release` branch because that is the one from which the tarballs are built. We want our tags to match our |