Skip to content

Commit a766a5f

Browse files
authored
Merge pull request #1601 from yliaog/dev
Dev
2 parents 4ed526b + 121942b commit a766a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devel/release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ are a higher than expected number of issues there can be multiple releases
2222
Update submodules by referring to this [link](https://github.com/kubernetes-client/python/blob/master/devel/submodules.md#update-submodule). Commit the changes and open a pull request.
2323

2424
### 2. Run the release script and send a PR
25+
Generate a Github personal access token following instruction
26+
[link](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
2527

2628
```
29+
export GITHUB_TOKEN=t # github-personal-access-token
2730
export MINOR_VERSION=x
2831
export PATCH_VERSION=y # The latest patch version for the minor version. Not required for snapshot.
2932
```

0 commit comments

Comments
 (0)