Skip to content

Commit 8a402c1

Browse files
authored
update release doc paths & make script executable (#11871)
Signed-off-by: Humair Khan <[email protected]>
1 parent fe51dfd commit 8a402c1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

RELEASE.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -238,17 +238,19 @@ The target tag should be `$VERSION`.
238238
Update the KFP Kubernetes SDK version in `__init__.py` and `readthedocs` `versions.json`, example PR [here](https://github.com/kubeflow/pipelines/pull/11380).
239239
240240
```bash
241+
export KFP_KUBERNETES_VERSION=
241242
pip3 install twine --user
242243
cd kubernetes_platform/python
243-
./kubernetes_platform/python/create_release_branch.sh
244+
./create_release_branch.sh
244245
```
245246
246-
Follow the output push instructions to push the branch to KFP, then do the following:
247+
Follow the output push instructions to **commit and push the branch to KFP**, then do the following:
247248
248249
```bash
249250
# set this to the appropriate version that matches what was set in __init__.py earlier
250251
export KFP_KUBERNETES_VERSION=
251-
./kubernetes_platform/python/release.sh
252+
cd kubernetes_platform/python
253+
./release.sh
252254
```
253255
254256
Note that this script will build the package, test install, and push to PyPi.

kubernetes_platform/python/create_release_branch.sh

100644100755
File mode changed.

kubernetes_platform/python/release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)