Skip to content

Commit

Permalink
Test release process
Browse files Browse the repository at this point in the history
  • Loading branch information
atdixon committed Dec 22, 2022
1 parent 840e079 commit ce87805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ fi

read -rp 'Version: ' VERSION

if [[ ! "${VERSION}" =~ ^[0-9]\.[0-9]\.[0-9]+$ ]]; then
echo "error: version looks bad: ${VERSION}"
exit 1
fi
#if [[ ! "${VERSION}" =~ ^[0-9]\.[0-9]\.[0-9]+$ ]]; then
# echo "error: version looks bad: ${VERSION}"
# exit 1
#fi

echo "Will release at version: ${VERSION}"

Expand Down

0 comments on commit ce87805

Please sign in to comment.