You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devel/release.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,6 @@ command:
55
55
scripts/update-client.sh
56
56
```
57
57
58
-
Remove the tests directory (ref: https://github.com/kubernetes-client/python/commit/ec9c944f076999543cd2122aff2d86f969d82548).
59
-
60
58
Commit changes (should be only version number changes) to the release branch.
61
59
Name the commit something like "Update version constants for XXX release".
62
60
@@ -84,8 +82,9 @@ For more details, see [#974](https://github.com/kubernetes-client/python/issues/
84
82
85
83
3. Add ability to the client to be used as Context Manager [kubernetes-client/python#1073](https://github.com/kubernetes-client/python/pull/1073)
86
84
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.
89
88
90
89
Alternatively, you can use the `scripts/apply-hotfixes.sh` script to apply
91
90
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