Skip to content

Commit

Permalink
contrib/create-release.sh: sign releases
Browse files Browse the repository at this point in the history
  • Loading branch information
herbetom committed Jul 10, 2024
1 parent 3f6e351 commit 93a27c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ check_input_y "Proceed to tag firmware release for '$RELEASE_NAME' (Tag: '$TAG_N

echo "Proceeding to tag firmware release with $RELEASE_NAME"

git tag "$TAG_NAME" -m "$RELEASE_NAME"
git tag "$TAG_NAME" -m "$RELEASE_NAME" -s

echo "Tag was created"
echo "Push with 'git push origin $TAG_NAME'"

0 comments on commit 93a27c0

Please sign in to comment.