Skip to content

Commit

Permalink
Adding loggs
Browse files Browse the repository at this point in the history
  • Loading branch information
fermoya authored Sep 6, 2020
1 parent de403ec commit 29c5f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ esac

if [ $pre_release ]; then
pre_tag_version=$(echo $pre_tag | sed -e "s/-$suffix.[0-9]//g")
echo $pre_tag
echo $pre_tag_version
# Already a prerelease available, bump it
if [[ "$pre_tag_version" == "$new" ]]; then
new=$(semver bump prerel $suffix $pre_tag ); part="pre-$part"
Expand Down

0 comments on commit 29c5f47

Please sign in to comment.