Add script to generate tag

This commit is contained in:
Jay
2025-08-22 16:41:12 -04:00
parent 35ee8a83ea
commit ff4b3f8c43
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
git tag -a "$(cat VERSION)" -m "Version $(cat VERSION)"