Revision 7d3c3a7c8637ae46ffd79c2066096fe74078a47c authored by Joe Stringer on 30 September 2020, 22:13:35 UTC, committed by Sebastian Wicki on 06 October 2020, 08:58:44 UTC
[ upstream commit b71cf0d0fff4d17f788a01c55affd79715731d46 ]

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>
Signed-off-by: Paul Chaignon <paul@cilium.io>
1 parent fbf7d4a
History
File Mode Size
cmd
launch
responder
.gitignore -rw-r--r-- 14 bytes
Makefile -rw-r--r-- 738 bytes
main.go -rw-r--r-- 693 bytes

back to top