Skip to content

Commit

Permalink
add branch
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed Dec 13, 2024
1 parent 7e78e08 commit cbdfc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi
DEV_VERSION=$("$DIR"/get-version.sh)
git add --update
git commit -m "Bump version to ${DEV_VERSION}"
git pull
git pull "release/${RELEASE_VERSION}"

instructions="
# Reviewer instructions
Expand Down

0 comments on commit cbdfc39

Please sign in to comment.