Skip to content

Commit

Permalink
fix(goreleaser): print goreleaser version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-newrelic committed Nov 5, 2024
1 parent 91d96cf commit 5cb525a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ fi
VER_CURR=$(${VER_CMD} current --strip-prefix)
VER_NEXT=$(${VER_CMD} next --strip-prefix)

GO_VERR=$(${GO_VER} --version)

echo "goreleaser version: ${GO_VERR}"

echo " "
echo "Comparing tag versions..."
echo "Current version: ${VER_CURR}"
Expand Down

0 comments on commit 5cb525a

Please sign in to comment.