From e562fecc35538c834bd6ac3b5b1a245963872b50 Mon Sep 17 00:00:00 2001 From: Haowei Cai Date: Mon, 20 Sep 2021 10:26:00 -0700 Subject: [PATCH] Add a TODO about updating readme automatically --- scripts/release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release.sh b/scripts/release.sh index cc85b6f44..07c4018cb 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -56,6 +56,9 @@ # - add a sentence about "changes since {last release}". In most cases our # releases should be sequential. This script (the workflow above) is based on # this assumption, and we should make the release note clear about that. +# - update readme; if it's a real release (instead of a snapshot in master +# branch), also create a PR to update changelog and readme in the master +# branch # # Usage: # $ KUBERNETES_BRANCH=release-1.19 CLIENT_VERSION=19.0.0-snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh