Skip to content

Commit 2fef97a

Browse files
committed
chore: update release script
1 parent dbfc14e commit 2fef97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ git push origin main
142142
git push origin "$TAG"
143143

144144
echo "Updating major tag $MAJOR_TAG"
145-
git tag -f "$MAJOR_TAG" "$TAG"
145+
git tag -f -a "$MAJOR_TAG" -m "Release $MAJOR_TAG (latest: $TAG)" "$TAG"
146146
git push origin "$MAJOR_TAG" --force
147147

148148
echo "Creating GitHub release..."

0 commit comments

Comments
 (0)