Skip to content

Commit d880a68

Browse files
committed
add reminder to git push at end of release script
1 parent 4c0568c commit d880a68

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

release.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ hash=$(export PACKAGE_VERSION=$version && python3 -c "from pathlib import Path;
7979
oclif promote --sha $hash --version $version --no-xz
8080

8181
aws cloudfront create-invalidation --distribution-id $AWS_CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
82+
83+
echo "done"
84+
echo ""
85+
echo "***** * ** * * DONT FORGET TO GIT PUSH * * * ** * ******* *****"
86+
echo ""

0 commit comments

Comments
 (0)