From 3bdeaa4a6f86d575e588e5e676a290b3559f6ee4 Mon Sep 17 00:00:00 2001 From: John Ko Date: Fri, 14 Jul 2017 15:25:09 -0400 Subject: [PATCH] fix typo 'on' > 'one' --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0679667a1..e46f451d9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,7 +3,7 @@ The Kubespray Project is released on an as-needed basis. The process is as follows: 1. An issue is proposing a new release with a changelog since the last release -2. At least on of the [OWNERS](OWNERS) must LGTM this release +2. At least one of the [OWNERS](OWNERS) must LGTM this release 3. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION` 4. The release issue is closed 5. An announcement email is sent to `kubernetes-dev@googlegroups.com` with the subject `[ANNOUNCE] Kubespray $VERSION is released`