ReaderforSelfoss/version.sh
2018-05-25 22:47:36 +02:00

11 lines
162 B
Bash
Executable File

#!/bin/bash
# You can pass --force as first parameter to force push and tag creation.
echo "Creating tag $@"
git tag $@
echo "Pushing tag"
git push origin $@