From 10d5cb34292dea800d878a762bc48d1620aebf6d Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Wed, 6 May 2026 06:47:09 +0900 Subject: chore(release): prepare paper v1.2.0 for paper 26.1.2 support - Bump paperVersion to 1.2.0 - Update docker compose files to Paper/Folia 26.1.2 - Add v1.2.0 entry to CHANGELOG - Drop "LunaticChat" prefix from release titles Co-Authored-By: Claude --- .github/workflows/release-paper.yaml | 2 +- .github/workflows/release-velocity.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release-paper.yaml b/.github/workflows/release-paper.yaml index 9537626..c647718 100644 --- a/.github/workflows/release-paper.yaml +++ b/.github/workflows/release-paper.yaml @@ -120,7 +120,7 @@ jobs: gh release create "$TAG_NAME" \ "platform-paper/build/libs/$JAR_NAME" \ - --title "LunaticChat v${VERSION} (Paper/Folia)" \ + --title "v${VERSION} (Paper/Folia)" \ --draft \ --notes-file /tmp/release-notes.md diff --git a/.github/workflows/release-velocity.yaml b/.github/workflows/release-velocity.yaml index 5e2c0bf..84792ca 100644 --- a/.github/workflows/release-velocity.yaml +++ b/.github/workflows/release-velocity.yaml @@ -121,7 +121,7 @@ jobs: gh release create "$TAG_NAME" \ "platform-velocity/build/libs/$JAR_NAME" \ - --title "LunaticChat v${VERSION} (Velocity)" \ + --title "v${VERSION} (Velocity)" \ --draft \ --notes-file /tmp/release-notes.md -- cgit v1.2.1