Files
luminance/generate_tag.sh
T
jay b0c5b04855
Test and Build / test-and-build (push) Successful in 2m46s
Release / release (push) Successful in 3m19s
Add script to generate tag
2025-08-22 16:41:12 -04:00

3 lines
68 B
Bash
Executable File

#!/bin/bash
git tag -a "$(cat VERSION)" -m "Version $(cat VERSION)"