summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-19 09:13:29 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-19 09:13:29 +0100
commit0f63b13d655cea6d7739150ddfa1b118f3c3f33f (patch)
tree2913a885907ecbb0715e447cc1b2f59890971d64 /doc
parent96aa6ad4d0907675a5038a0ea6380cb1d5d8b689 (diff)
guide: Fix links.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-checklist.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-checklist.md b/doc/release-checklist.md
index e8243b20..bc19865c 100644
--- a/doc/release-checklist.md
+++ b/doc/release-checklist.md
@@ -1,6 +1,6 @@
This is a checklist for doing Sequoia releases.
- 0. Starting from origin/master, create a branch XXX for the release.
+ 0. Starting from origin/main, create a branch XXX for the release.
1. For all 'Cargo.toml's: Bump version = "XXX".
- Only do this for non-released crates and those with changes
relative to the last released version.
@@ -28,7 +28,7 @@ This is a checklist for doing Sequoia releases.
- openpgp
- sqv
10. In case of errors, correct them, and go back to 6.
-11. Merge the branch to master by merging the merge request created in
+11. Merge the branch to main by merging the merge request created in
step 6, push the tag.
12. Make a source distribution, put it on
https://sequoia-pgp.org/dist/, collect and merge signatures.