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
[ | |
{ | |
"name": "praise", | |
"text": "**[praise:](https://conventionalcomments.org/#labels)**", | |
"keyword": "cc:praise" | |
}, | |
{ | |
"name": "nitpick", | |
"text": "**[nitpick:](https://conventionalcomments.org/#labels)**", | |
"keyword": "cc:nitpick" |
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
#clean up cruft on the desktop. | |
Y="\033[1;33m" | |
R="\033[0;31m" | |
G="\033[0;32m" | |
B="\033[0;34m" | |
NC="\033[0m" | |
echo "${G}Cleaning up image cruft:${R}" |
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
#color utilities | |
Y="\033[1;33m" | |
R="\033[0;31m" | |
G="\033[0;32m" | |
B="\033[0;34m" | |
NC="\033[0m" | |
# handy functions | |
usage() { echo "Usage: ci_tag [-t <tf1|tf2|release>] [-m <release note>]" 1>&2;} |