From e8b6dea4628160099b4c8dbd0dac5c1f312b7f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=8A=E1=B4=8F=E1=B4=87=20=E1=B4=84=CA=9C=E1=B4=87?= =?UTF-8?q?=C9=B4?= Date: Wed, 18 Feb 2026 22:45:51 -0500 Subject: [PATCH] release: fix up sentence case for release name [skip ci] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e3588778..cbc2dd2ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,10 +113,10 @@ jobs: git tag -f "$RELEASE_TAG" git push origin "$RELEASE_TAG" --force || true - RELEASE_TITLE="Release Archive Testing" + RELEASE_TITLE="Release archive testing" RELEASE_NOTES="Automated testing release for workflow development." if [ "$RELEASE_TAG" = "latest-commit-build" ]; then - RELEASE_TITLE="Latest Commit Build" + RELEASE_TITLE="Latest commit build" RELEASE_NOTES="Automated build from the latest commit on main branch. This release is updated automatically with every push to main." fi