From 49552fe64f1c059ef7f80704453eee7cfa6d0ce6 Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:49:41 +0800 Subject: [PATCH] fix: correct Sucesfully to Successfully typo in bin/vbump.sh --- bin/vbump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vbump.sh b/bin/vbump.sh index 4827ce2a..7dea048e 100755 --- a/bin/vbump.sh +++ b/bin/vbump.sh @@ -59,7 +59,7 @@ git checkout "$LEADING_BRANCH" git merge "$DEV_BRANCH" echo; -echo "Sucesfully prepared release" +echo "Successfully prepared release" echo; git tag -a "$VERSION" -m "$CHANGELOG"