Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib: Improve start-release.sh script #13357

Merged
merged 1 commit into from
Oct 1, 2020

Commits on Sep 30, 2020

  1. contrib: Improve start-release.sh script

    Due to an extra `v` in the branch name, this script would fail with:
    
      $ ~/git/cilium/contrib/release/start-release.sh v1.6.12 128
      fatal: 'origin/vv1.6' is not a commit and a branch 'pr/prepare-v1.6.12' cannot be created from it
    
      Signal ERR caught!
    
      Traceback (line function script):
      62 main /home/joe/git/cilium/contrib/release/start-release.sh
    
    Fix it.
    
    While we're at it, update the instructions at the end for next
    steps, since there's also now a `submit-backport.sh` script to send the
    PR from the CLI.
    
    Signed-off-by: Joe Stringer <joe@cilium.io>
    joestringer committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    53f395e View commit details
    Browse the repository at this point in the history