mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Add release script
This commit is contained in:
parent
6900845545
commit
fe6cfefe64
11
staging/commit-release.sh
Executable file
11
staging/commit-release.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
sha=`git -C ./staging/wine/ rev-parse origin/master`
|
||||
echo $sha > ./staging/upstream-commit
|
||||
echo "Wine Staging $1" > ./staging/VERSION
|
||||
|
||||
#git -C ./staging/wine/ describe --tags 15aec461174ae2f2568d63fa83f32576ede05a9c
|
||||
# Get version from it
|
||||
|
||||
git commit -am "Release v$1"
|
||||
git tag -a v$1 -m "Release v$1"
|
Loading…
Reference in New Issue
Block a user