Skip to content

Commit

Permalink
Merge pull request kubernetes-csi#256 from solumath/master
Browse files Browse the repository at this point in the history
Instruction update
  • Loading branch information
k8s-ci-robot authored Jun 4, 2024
2 parents 379a1bb + cfa9210 commit f40f0cc
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions generate-patch-release-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@
# CSI_RELEASE_TOKEN: Github token needed for generating release notes
# GITHUB_USER: Github username to create PRs with
#
# Required tools:
# - gh
# - release-notes (https://github.com/kubernetes/release/blob/master/cmd/release-notes/README.md)
#
# Instructions:
# 1. Login with "gh auth login"
# 2. Copy this script to the kubernetes-csi directory (one directory above the
# repos)
# 3. Update the repos and versions in the $releases array
# 4. Set environment variables
# 5. Run script from the kubernetes-csi directory
# 1. Install the required tools
# 2. Login with "gh auth login"
# 3. Copy this script to the kubernetes-csi directory (one directory above the repos)
# 4. Update the repos and versions in the $releases array
# 5. Set environment variables
# 6. Run script from the kubernetes-csi directory
#
# Caveats:
# - This script doesn't handle regenerating and updating existing PRs yet.
Expand Down

0 comments on commit f40f0cc

Please sign in to comment.