Skip to content

Commit

Permalink
Echo the tag range
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmessinger authored Mar 25, 2020
1 parent ac706b3 commit b3310b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

git clone --quiet https://github.com/$REPO &> /dev/null

echo "Generating commit range for the following tag range:"
echo $TAG_RANGE

changelog=$(generate-changelog $* --tag $TAG_RANGE --file -)

echo $changelog
Expand Down

0 comments on commit b3310b4

Please sign in to comment.