diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d4fae07..201ddc0 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -24,4 +24,8 @@ cd .. echo "✅ Deployed to https://kccleoc.github.io/seedpgp-web-app/" echo "📖 Repo: https://github.com/kccleoc/seedpgp-web-app" echo "🏷️ Don't forget to tag: git tag $VERSION && git push --tags" +echo "./scripts/deploy.sh v1.2.0" +echo "git tag v1.2.0" +echo "git push --tags" +