mirror of
https://github.com/lhearachel/nitrorom.git
synced 2025-06-19 05:55:31 -04:00
build: Add shell script for tagging releases
This commit is contained in:
parent
b91f4ea563
commit
8c6971840f
4
tools/tag-release.sh
Executable file
4
tools/tag-release.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
git tag "$1"
|
||||||
|
git push origin "$1"
|
Loading…
Reference in New Issue
Block a user