Skip to content

Commit

Permalink
scripts: update branch for bump-pebble script
Browse files Browse the repository at this point in the history
Point the bump-pebble script at the `release-23.1` branch.

Release note: None.
  • Loading branch information
nicktrav committed Mar 21, 2023
1 parent 77029b1 commit 3fb45aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-pebble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ popd() { builtin popd "$@" > /dev/null; }
# NOTE: After a new release has been cut, update this to the appropriate
# Cockroach branch name (i.e. release-22.2, etc.), and corresponding Pebble
# branch name (e.g. crl-release-21.2, etc.).
BRANCH=master
BRANCH=release-23.1
PEBBLE_BRANCH=crl-release-23.1

# The script can only be run from a specific branch.
Expand Down

0 comments on commit 3fb45aa

Please sign in to comment.