aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2020-02-14 17:12:47 +0100
committerThéo Zimmermann2020-02-14 17:12:47 +0100
commitdf94f1a5430dde7cee6ccb1c16854bcbc94575c8 (patch)
tree53de58ca4f8a7281eecd41ee476843e3d6e59d19
parent90ccf8e413aea57ec670ea26174d3deffb4036aa (diff)
parent8d03696658e409df1349585d59dabe13dbf52ed2 (diff)
Merge PR #11468: [doc] fix typo & update release-process.md for opam/docker packaging
Reviewed-by: Zimmi48 Ack-by: jfehrle
-rw-r--r--dev/doc/release-process.md6
-rw-r--r--test-suite/README.md2
2 files changed, 4 insertions, 4 deletions
diff --git a/dev/doc/release-process.md b/dev/doc/release-process.md
index 2b09b2b42e..58c2fcc68a 100644
--- a/dev/doc/release-process.md
+++ b/dev/doc/release-process.md
@@ -127,9 +127,9 @@ in time.
- [ ] Send an e-mail on Coqdev announcing that the tag has been put so that
package managers can start preparing package updates (including a
`coq-bignums` compatible version).
-- [ ] Ping `@erikmd` to update the Docker images in `coqorg/coq`
- (requires `coq-bignums` in `extra-dev` for a beta / in `released`
- for a final release).
+- [ ] When opening the corresponding PR for `coq` in the opam repository ([`coq/opam-coq-archive`](https://github.com/coq/opam-coq-archive) or [`ocaml/opam-repository`](https://github.com/ocaml/opam-repository)),
+ the package managers can Cc `@erikmd` to request that he prepare the necessary configuration for the Docker release in [`coqorg/coq`](https://hub.docker.com/r/coqorg/coq)
+ (namely, he'll need to make sure a `coq-bignums` opam package is available in [`extra-dev`](https://github.com/coq/opam-coq-archive/tree/master/extra-dev), respectively [`released`](https://github.com/coq/opam-coq-archive/tree/master/released), so the Docker image gathering `coq` and `coq-bignums` can be built).
- [ ] Draft a release on GitHub.
- [ ] Get `@maximedenes` to sign the Windows and MacOS packages and
upload them on GitHub.
diff --git a/test-suite/README.md b/test-suite/README.md
index a2d5905710..96926f70b9 100644
--- a/test-suite/README.md
+++ b/test-suite/README.md
@@ -67,7 +67,7 @@ See [`test-suite/Makefile`](Makefile) for more information.
## Adding a test
Regression tests for closed bugs should be added to
-[`bugs/closed`](bugs/closed), as `1234.v` where `1234` is the bug number.
+[`bugs/closed`](bugs/closed), as `bug_1234.v` where `1234` is the bug number.
Files in this directory are tested for successful compilation.
When you fix a bug, you should usually add a regression test here as well.