Skip to content

Commit

Permalink
Bump version to 0.2.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-corbellini committed Jul 28, 2023
1 parent 8e87e06 commit 2efc306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]
echo "Creating new git tag $TAG"
git tag "$TAG" -m "$TAG"
git push origin "$TAG"
gh release create "$TAG"
else
echo "Cancelled"
exit 1
Expand Down

0 comments on commit 2efc306

Please sign in to comment.