10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d3e2b5 commit e562fecCopy full SHA for e562fec
scripts/release.sh
@@ -56,6 +56,9 @@
56
# - add a sentence about "changes since {last release}". In most cases our
57
# releases should be sequential. This script (the workflow above) is based on
58
# this assumption, and we should make the release note clear about that.
59
+# - update readme; if it's a real release (instead of a snapshot in master
60
+# branch), also create a PR to update changelog and readme in the master
61
+# branch
62
#
63
# Usage:
64
# $ KUBERNETES_BRANCH=release-1.19 CLIENT_VERSION=19.0.0-snapshot DEVELOPMENT_STATUS="3 - Alpha" scripts/release.sh
0 commit comments