Add script to generate tag
Test and Build / test-and-build (push) Successful in 2m46s
Release / release (push) Successful in 3m19s

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