Skip to content

Commit

Permalink
contrib: create annotated tags (#97)
Browse files Browse the repository at this point in the history
This makes the tag-based refs work again.

Closes #11

Signed-off-by: David Bauer <[email protected]>
  • Loading branch information
blocktrron authored Aug 10, 2024
1 parent 08b1aab commit 9fdcb5f
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"
git tag -a -m "$TAG_NAME" "$TAG_NAME"

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

0 comments on commit 9fdcb5f

Please sign in to comment.