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

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