Add script to generate tag
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
git tag -a "$(cat VERSION)" -m "Version $(cat VERSION)"
|
||||
Reference in New Issue
Block a user