This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Consider using a alias to this script | |
# alias statics="sh /path/to/script/tag_diff_deploy.sh" | |
set -e | |
echo "This should run inside a GIT repo." | |
echo "Have you tagged last package?" |