mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Tweak release process
This commit is contained in:
parent
01be7194e3
commit
c754f51e02
4 changed files with 42 additions and 2 deletions
10
tag.sh
Executable file
10
tag.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
ROOT=$(pwd)
|
||||
|
||||
cd $ROOT
|
||||
|
||||
VER=`cat VERSION`
|
||||
echo "Tagging [$VER]"
|
||||
git tag "$VER" && git push origin "$VER"
|
||||
Loading…
Add table
Add a link
Reference in a new issue