mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 01:19:42 +00:00
Add script to tag new release (#13)
This commit is contained in:
parent
e4bb97903d
commit
899ea23170
6
git-tag_release.sh
Executable file
6
git-tag_release.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Make a signed git tag for the current commit, for a new release
|
||||||
|
set -e
|
||||||
|
VERSION=$(cat share/torbrowser-launcher/version)
|
||||||
|
git tag -s --message="torbrowser-launcher version $VERSION" v$VERSION
|
||||||
|
echo "Created git tag v$VERSION"
|
Loading…
Reference in New Issue
Block a user