Skip to content

Commit

Permalink
create-release: fix minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: Curt Brune <[email protected]>
  • Loading branch information
Curt Brune committed Oct 18, 2018
1 parent 037d9db commit 3b119bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-config/scripts/create-release
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ git tag -a $version -F "$release_notes"

echo "Please review the branch name, tag name and release notes..."
echo "branch: $branch"
echo "tag : $tag"
echo "tag : $version"
echo "Release Notes:"
cat "$release_notes"

Expand Down

0 comments on commit 3b119bf

Please sign in to comment.