diff --git a/Registry-Release-Process.md b/Registry-Release-Process.md index 7c2147d..a347e0d 100644 --- a/Registry-Release-Process.md +++ b/Registry-Release-Process.md @@ -9,12 +9,12 @@ You will need PGP installed and a PGP key. The key should be registered at keyb 4. Create a pull request against `docker/distribution`. -5. Create a new [release](https://github.com/docker/distribution/releases). In the case of a release candidate, tick the `pre-release' checkbox. +5. Create a new [release](https://github.com/docker/distribution/releases). In the case of a release candidate, tick the `pre-release` checkbox. 6. Update the registry binary in `docker/distribution-library-image` by running the update script and opening a pull request. 7. Update the official image. Add the new version in the [official images repo](docker-library/official-images) by appending a new version to the `registry/registry` file with the git hash pointed to by the signed tag. Update the major version to point to the latest version and the minor version to point to new patch release if necessary. -e.g. to release 2.3.1 +e.g. to release `2.3.1` `2.3.1 (new)`