aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEnrico Tassi2020-12-04 09:49:47 +0100
committerEnrico Tassi2020-12-04 09:51:50 +0100
commitca9b6c0ca3c91ca8b4afd3f6f812e6526944884f (patch)
treeb50ee0a8dd95e65cf98939d0cb99a0539e815080 /dev
parent54abd3dbf6668a420bf25ce20b8db8184fa58afb (diff)
[rm] clarify process for is_a_released_version = true
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/release-process.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/doc/release-process.md b/dev/doc/release-process.md
index 9dec8e5eff..e0271d8c62 100644
--- a/dev/doc/release-process.md
+++ b/dev/doc/release-process.md
@@ -117,7 +117,7 @@ in time.
Coq has been tagged.
- [ ] Have some people test the recently auto-generated Windows and MacOS
packages.
-- [ ] In a PR:
+- [ ] In a PR against `vX.X` (for testing):
- Change the version name from alpha to beta1 (see
[#7009](https://github.com/coq/coq/pull/7009/files)).
- We generally do not update the magic numbers at this point.
@@ -155,7 +155,7 @@ in time.
## At the final release time ##
- [ ] Prepare the release notes (see above)
-- [ ] In a PR:
+- [ ] In a PR against `vX.X` (for testing):
- Change the version name from X.X.0 and the magic numbers (see
[#7271](https://github.com/coq/coq/pull/7271/files)).
- Set `is_a_released_version` to `true` in `configure.ml`.