aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-12-15 18:08:27 +0000
committerGitHub2020-12-15 18:08:27 +0000
commit1c400a19aeb70842453f83a26f5abafc59901242 (patch)
tree63e1ca0373b9b1f41f4d00adae4f529330709ac0 /dev
parent0e29b594a597529b1583a0ee1306a76e31482412 (diff)
parent1173e093fa28cbaf844260aa81cc040baf86fdde (diff)
Merge PR #13615: Document the manual tasks that I need to do at each release.
Reviewed-by: ejgallego
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/release-process.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/dev/doc/release-process.md b/dev/doc/release-process.md
index 39ad7f3b8f..19562b60a2 100644
--- a/dev/doc/release-process.md
+++ b/dev/doc/release-process.md
@@ -171,7 +171,19 @@ Repeat the generic process documented above for all releases.
Ping `@Zimmi48` to:
- [ ] Switch the default version of the reference manual on the website.
-- [ ] Publish a new version on Zenodo.
+
+ This is done by logging into the server (`vps697916.ovh.net`),
+ editing two `ProxyPass` lines (one for the refman and one for the
+ stdlib doc) with `sudo vim /etc/apache2/sites-available/000-coq.inria.fr.conf`,
+ then running `sudo systemctl reload apache2`.
+
+ *TODO:* automate this or make it doable through the `www` git
+ repository. See [coq/www#111](https://github.com/coq/www/issues/111)
+ and [coq/www#131](https://github.com/coq/www/issues/131).
+
+- [ ] Publish a new version on Zenodo (only once per major version).
+
+ *TODO:* automate this with coqbot.
## At the patch-level release time ##