summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-05-06 06:09:43 +0900
committerSho Sakuma <me@m1sk9.dev>2026-05-06 06:09:43 +0900
commitc092edbab0e8b516faaa459f6d0915c7df3cd06f (patch)
tree10e9394dcd35270c5374f5396bf8b86b7a711c2b /.github
parentbbd63b0032965ae58f7a20988312ff5012be543f (diff)
downloadLunaticChat-c092edbab0e8b516faaa459f6d0915c7df3cd06f.tar.gz
LunaticChat-c092edbab0e8b516faaa459f6d0915c7df3cd06f.tar.bz2
LunaticChat-c092edbab0e8b516faaa459f6d0915c7df3cd06f.zip
docs: clarify paper/velocity compatibility
Add a dynamic compatibility matrix (GitHub Releases + ProtocolVersion.kt at each tag) shown on the home page, download page, and a new reference doc. Split protocol theory and rolling-update rules out of the Velocity feature guide into the new compatibility reference, and simplify the download notice. Also set explicit GitHub release titles in the Paper / Velocity workflows so the awkward paper/v* tag prefix is not the user-facing label. Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-paper.yaml2
-rw-r--r--.github/workflows/release-velocity.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-paper.yaml b/.github/workflows/release-paper.yaml
index 1505138..9537626 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 "$TAG_NAME" \
+ --title "LunaticChat 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 b527693..5e2c0bf 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 "$TAG_NAME" \
+ --title "LunaticChat v${VERSION} (Velocity)" \
--draft \
--notes-file /tmp/release-notes.md