Skip to content

Commit

Permalink
Merge pull request #8 from filipe1309/fix/remove-text-from-deploy-msg
Browse files Browse the repository at this point in the history
fix: remove class text from deploy msg
  • Loading branch information
filipe1309 authored Jul 9, 2022
2 parents 03fd03e + 65a622b commit 1091e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .shub/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ generateTag() {
echo -e "🏷 ${GREEN}Generating tag...${NC}"
echo ""
echo "# TAG MESSAGE"
echo -e "# Example: ${GREEN}\"$(git tag -n9 | head -n 1 | awk '{for(i=2;i<=NF;++i)printf $i FS}')\"${NC}"
echo -e "# Example: ${GREEN}\"$(git tag -n9 | head -n 1 | awk '{for(i=2;i<=NF;++i)printf $i FS}' | awk -F" - " '{print $2}')\"${NC}"
TAG_MSG_PREFIX_SUGGESTION="$(tr '[:lower:]' '[:upper:]' <<< ${TAG_NAME:0:1})${TAG_NAME:1}"

save_state_var "TAG_MSG_PREFIX_SUGGESTION" "$TAG_MSG_PREFIX_SUGGESTION"
Expand Down

0 comments on commit 1091e3f

Please sign in to comment.