Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c2bcc9

Browse files
Scott Leepalnabarun
Scott Lee
authored andcommitted
Address comments about hot issues
1 parent fa4591f commit 8c2bcc9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

devel/release.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ command:
5555
scripts/update-client.sh
5656
```
5757

58-
Remove the tests directory (ref: https://github.com/kubernetes-client/python/commit/ec9c944f076999543cd2122aff2d86f969d82548).
59-
6058
Commit changes (should be only version number changes) to the release branch.
6159
Name the commit something like "Update version constants for XXX release".
6260

@@ -84,8 +82,9 @@ For more details, see [#974](https://github.com/kubernetes-client/python/issues/
8482

8583
3. Add ability to the client to be used as Context Manager [kubernetes-client/python#1073](https://github.com/kubernetes-client/python/pull/1073)
8684

87-
Commit the manual changes like this [PR](https://github.com/kubernetes-client/python/pull/995/commits) does, then create
88-
your PR for review.
85+
4. Remove the tests directory (ref: https://github.com/kubernetes-client/python/commit/ec9c944f076999543cd2122aff2d86f969d82548). See the [upstream issue](https://github.com/OpenAPITools/openapi-generator/issues/5377) for more information.
86+
87+
Commit the manual changes like this [PR](https://github.com/kubernetes-client/python/pull/995/commits) does, then create your PR for review.
8988

9089
Alternatively, you can use the `scripts/apply-hotfixes.sh` script to apply
9190
changes from the above functionalities. **As mentioned above the script should be run after finishing the section `Update release tags`. Also, ensure a clean working directory before applying the script**

0 commit comments

Comments
 (0)