You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while ! [[ "$osp_validator_version" =~ $regex_release ]]; do
echo -n "Enter osp-validator version to release on the format: 'MAJOR.MINOR.BUILD': "
read -r osp_validator_version
done
while ! [[ "$osp_validator_bump_version" =~ $regex_snapshot ]]; do
echo -n "Enter osp-validator bump version on the format: 'MAJOR.MINOR.BUILD-SNAPSHOT': "
read -r osp_validator_bump_version
done
echo -n "Creating osp-validator release: $osp_validator_version. Bumping osp-validator version to: $osp_validator_bump_version. Press Enter to continue, CTRL-C to abort: "