Skip to content

Commit

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

Closes freifunk-darmstadt#11

Signed-off-by: David Bauer <[email protected]>
(cherry picked from commit 9fdcb5f)
  • Loading branch information
blocktrron committed Aug 11, 2024
1 parent 76bb6e5 commit c32e10d
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 c32e10d

Please sign in to comment.