From 8115b62ff2f06972566583e770937cc97390893b Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Thu, 13 Aug 2015 14:21:59 -0700 Subject: [PATCH] Updated Registry Release Process (markdown) --- Registry-Release-Process.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)`