File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 3
3
The Kubernetes Python client is released on an as-needed basis. The process is as follows:
4
4
5
5
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.
6
8
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 `
8
11
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 `
You can’t perform that action at this time.
0 commit comments