diff options
| author | Théo Zimmermann | 2020-12-11 12:15:59 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2020-12-11 12:15:59 +0100 |
| commit | 1173e093fa28cbaf844260aa81cc040baf86fdde (patch) | |
| tree | 92c2166c989c104fe3c25f44be9ac6ae1a83320f | |
| parent | 1918f19cb43d6d4313276b167af38316b27879f2 (diff) | |
Document the manual tasks that I need to do at each release.
| -rw-r--r-- | dev/doc/release-process.md | 14 |
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 ## |
