forked from Louvorg/ReaderForSelfoss-multiplatform
Version scripts.
This commit is contained in:
11
version.sh
Executable file
11
version.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# You can pass --force as first parameter to force push and tag creation.
|
||||
|
||||
echo "Creating tag $@"
|
||||
|
||||
TAG="v$@"
|
||||
git tag ${TAG}
|
||||
|
||||
echo "Pushing tag"
|
||||
|
||||
git push origin ${TAG}
|
Reference in New Issue
Block a user