Skip to content

Commit

Permalink
fix: Add message in release script ⚓
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx committed Jun 29, 2024
1 parent d661bbb commit ffb4404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function create_tag() {
fi

echo "Tagging..."
git tag -a -m "Version $tag" "${add_message[@]}" "prepare-$tag"
git tag -a -m "Version $tag" -m "${add_message[@]}" "prepare-$tag"

echo "Tag contains:"
git cat-file -p "prepare-$tag"
Expand Down

0 comments on commit ffb4404

Please sign in to comment.