summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-11-02 11:55:50 -0500
committerJustin M. Keyes <justinkz@gmail.com>2025-11-02 11:57:56 -0500
commit130ef73e39ee011c40af96624d0c8ef0fa426b09 (patch)
treea980b724ba491900db552ffc1750d11e220d6fda /scripts
parent003b429a8671dbb00d9c7e7e9f40d7aedfa87b8d (diff)
fix(scripts): release.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 5a340cc340..9d47aa5371 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -97,5 +97,5 @@ echo "
Next steps:
- Run tests/CI (version_spec.lua)!
- Push the tag:
- git push v${__VERSION}
+ git push origin tag v${__VERSION}
- Update website: index.html"