commit 130ef73e39ee011c40af96624d0c8ef0fa426b09 parent 003b429a8671dbb00d9c7e7e9f40d7aedfa87b8d Author: Justin M. Keyes <justinkz@gmail.com> Date: Sun, 2 Nov 2025 11:55:50 -0500 fix(scripts): release.sh Diffstat:
| M | scripts/release.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"