Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit fa5ad2d

Browse files
committed
[skip ci] Setting patch number to 0 when Sel ver changes.
1 parent da2f45f commit fa5ad2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_cd/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ if [ "$1" == "bump" ]; then
454454
NEXT_PATCH_LEVEL=$((PREV_PATCH_LEVEL+1))
455455
else
456456
# If the Selenium version changed, restart the patch level
457-
NEXT_PATCH_LEVEL=12
457+
NEXT_PATCH_LEVEL=0
458458
fi
459459

460460
NEXT_RELEASE="${NEXT_SELENIUM_VERSION}-p${NEXT_PATCH_LEVEL}"

0 commit comments

Comments
 (0)