diff options
| author | Théo Zimmermann | 2021-02-22 23:19:14 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2021-02-22 23:19:14 +0100 |
| commit | 16b04b00e33d4747e3366edd7955c5445c2679af (patch) | |
| tree | 241e8b713fcddb9ebd4c20d20c49cd4ba156b407 /dev | |
| parent | a2938972537389b9813794147412f51494f48dd1 (diff) | |
Fix the release process checklist with respect to the refman update.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/release-process.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev/doc/release-process.md b/dev/doc/release-process.md index e450cd2b8b..57c325f698 100644 --- a/dev/doc/release-process.md +++ b/dev/doc/release-process.md @@ -153,11 +153,10 @@ - [ ] Publish a release on GitHub with the PDF version of the reference manual attached. -## Once the final release is published ## +## For each non-preview release ## -Ping `@Zimmi48` to: - -- [ ] Switch the default version of the reference manual on the website. +- [ ] Ping `@Zimmi48` to switch the default version of the reference + manual on the website. This is done by logging into the server (`vps697916.ovh.net`), editing two `ProxyPass` lines (one for the refman and one for the @@ -168,7 +167,9 @@ Ping `@Zimmi48` to: 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). +## Only for the final release of each major version ## + +- [ ] Ping `@Zimmi48` to publish a new version on Zenodo. *TODO:* automate this with coqbot. |
