Files
luminance/generate_tag.sh
T
jay f624b36d52
Test and Build / test-and-build (push) Successful in 2m47s
Release / release (push) Successful in 3m3s
Add script to generate tag
2025-08-22 19:23:12 -04:00

3 lines
68 B
Bash
Executable File

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