From 3285bc383ebf48e5b09b07ff60b9e141e4b923c1 Mon Sep 17 00:00:00 2001 From: LC mac Date: Wed, 28 Jan 2026 12:54:52 +0800 Subject: [PATCH] update deploy script - add note --- scripts/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) 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" +