Skip to content

Commit

Permalink
Ready for first auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
atdixon committed Dec 22, 2022
1 parent 5447b70 commit 6b05794
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 6b05794

Please sign in to comment.