diff options
| author | Théo Zimmermann | 2019-10-08 23:37:30 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-10-08 23:37:30 +0200 |
| commit | b6dcb301a1a34df8e4586e8cde6618e7c895fa08 (patch) | |
| tree | 52f31f89225ad5169d923e20ae31769dfef44d58 /dev | |
| parent | 0d744fce46a86c359aed902cd4c7ab647b8c9dc4 (diff) | |
| parent | 96898039d5ef090c25b6f8dd740e652212c7806a (diff) | |
Merge PR #10840: Release process: release notes
Reviewed-by: Zimmi48
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/doc/release-process.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/doc/release-process.md b/dev/doc/release-process.md index ea268f9d4e..1c486b024d 100644 --- a/dev/doc/release-process.md +++ b/dev/doc/release-process.md @@ -99,6 +99,11 @@ in time. ## Before the beta release date ## - [ ] Ensure the Credits chapter has been updated. +- [ ] Prepare the release notes (see e.g., + [#10833](https://github.com/coq/coq/pull/10833)): in a PR against the `master` + branch, move the contents from all files of `doc/changelog/` that appear in + the release branch into the manual `doc/sphinx/changes.rst`. Merge that PR + into the `master` branch and backport it to the version branch. - [ ] Ensure that an appropriate version of the plugins we will distribute with Coq has been tagged. - [ ] Have some people test the recently auto-generated Windows and MacOS @@ -139,6 +144,7 @@ in time. ## At the final release time ## +- [ ] Prepare the release notes (see above) - [ ] In a PR: - Change the version name from X.X.0 and the magic numbers (see [#7271](https://github.com/coq/coq/pull/7271/files)). |
