File tree 1 file changed +10
-6
lines changed
1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 23
23
# CSI_RELEASE_TOKEN: Github token needed for generating release notes
24
24
# GITHUB_USER: Github username to create PRs with
25
25
#
26
+ # Required tools:
27
+ # - gh
28
+ # - release-notes (https://github.com/kubernetes/release/blob/master/cmd/release-notes/README.md)
29
+ #
26
30
# Instructions:
27
- # 1. Login with "gh auth login"
28
- # 2. Copy this script to the kubernetes-csi directory (one directory above the
29
- # repos)
30
- # 3 . Update the repos and versions in the $releases array
31
- # 4 . Set environment variables
32
- # 5 . Run script from the kubernetes-csi directory
31
+ # 1. Install the required tools
32
+ # 2. Login with "gh auth login"
33
+ # 3. Copy this script to the kubernetes-csi directory (one directory above the repos)
34
+ # 4 . Update the repos and versions in the $releases array
35
+ # 5 . Set environment variables
36
+ # 6 . Run script from the kubernetes-csi directory
33
37
#
34
38
# Caveats:
35
39
# - This script doesn't handle regenerating and updating existing PRs yet.
You can’t perform that action at this time.
0 commit comments