Skip to content

Commit

Permalink
small echos
Browse files Browse the repository at this point in the history
  • Loading branch information
sbe-arg committed May 11, 2022
1 parent c0cbf95 commit 1836195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,19 @@ then
else
new=$(semver -i prerelease ${pre_tag} --preid ${suffix})
fi
echo -e "Bumping ${suffix} pre-tag ${pre_tag}. \n\tNew pre-tag ${new}"
echo -e "Bumping ${suffix} pre-tag ${pre_tag}. New pre-tag ${new}"
else
if $with_v
then
new="v$new-$suffix.0"
else
new="$new-$suffix.0"
fi
echo -e "Setting ${suffix} pre-tag ${pre_tag}. \n\With pre-tag ${new}"
echo -e "Setting ${suffix} pre-tag ${pre_tag}. With pre-tag ${new}"
fi
part="pre-$part"
else
echo -e "Bumping tag ${tag}. \n\tNew tag ${new}"
echo -e "Bumping tag ${tag}. New tag ${new}"
fi


Expand Down

0 comments on commit 1836195

Please sign in to comment.