build: Add shell script for tagging releases

This commit is contained in:
Rachel 2025-04-19 22:33:08 -07:00
parent b91f4ea563
commit 8c6971840f

4
tools/tag-release.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
git tag "$1"
git push origin "$1"