Skip to content

Commit

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

instructions="
# Reviewer instructions
Expand Down

0 comments on commit 2c19b45

Please sign in to comment.