Skip to content

Commit 2efc306

Browse files
Bump version to 0.2.1 for release
1 parent 8e87e06 commit 2efc306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [[ $prompt == "y" || $prompt == "Y" || $prompt == "yes" || $prompt == "Yes" ]
1313
echo "Creating new git tag $TAG"
1414
git tag "$TAG" -m "$TAG"
1515
git push origin "$TAG"
16+
gh release create "$TAG"
1617
else
1718
echo "Cancelled"
1819
exit 1

0 commit comments

Comments
 (0)