Pop-up dictionary browser extension for language learning. Successor to Yomichan. (PERSONAL FORK)

Modify tag.sh to sign tags (#1742)

modify tag.sh to sign tags

authored by

Darius Jahandarie and committed by
GitHub
8bb34e95 20a897f6

+1 -1
+1 -1
tag.sh
··· 48 48 exit 1 49 49 fi 50 50 51 - git tag $TAG 51 + git tag -s $TAG 52 52 53 53 echo -e -n "${YELLOW}Do you want to push the tag ${TAG} to the remote repository (which will cause a pre-release to get created)? (y/n): ${NC}" 54 54 read -p "" -n 1 -r