Skip to content

Commit 2a9edb5

Browse files
committed
Add updating of support matrix to REALEASE.md
This will help future maintainers and prevent the table from becoming huge again.
1 parent 869b641 commit 2a9edb5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
The Kubernetes Python client is released on an as-needed basis. The process is as follows:
44

55
1. An issue is proposing a new release with a changelog since the last release
6+
1. Update the support matrix in README.md removing the oldest version and adding the
7+
proposed release.
68
1. All [OWNERS](OWNERS) must LGTM this release
7-
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
9+
1. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes
10+
the tag with `git push $VERSION`
811
1. The release issue is closed
9-
1. An announcement email is sent to `[email protected]` with the subject `[ANNOUNCE] kubernetes-python-client $VERSION is released`
12+
1. An announcement email is sent to `[email protected]`
13+
with the subject `[ANNOUNCE] kubernetes-python-client $VERSION is released`

0 commit comments

Comments
 (0)