Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
from shell script.
  • Loading branch information
pallavisontakke committed Jan 31, 2025
1 parent ea18f50 commit f339994
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release/create_minor_release_PR_commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ NEW_PATCH_VERSION="0"
NEW_VERSION=$(head -1 version.config | cut -d ' ' -f 3 | cut -d '-' -f 1)
RELEASE_BRANCH="${NEW_VERSION/%.$NEW_PATCH_VERSION/.x}"
CURRENT_VERSION=$(tail -1 version.config | cut -d ' ' -f 3)
CURRENT_MINOR_VERSION=$(echo $NEW_VERSION | cut -d '.' -f 2)

cd sql/updates

Expand Down

0 comments on commit f339994

Please sign in to comment.