diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-05-06 06:22:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 06:22:32 +0900 |
| commit | 7d98ae0b25c95dd05898a43bf1e2857ffbd9a74d (patch) | |
| tree | 10e9394dcd35270c5374f5396bf8b86b7a711c2b /.github/workflows/release-velocity.yaml | |
| parent | 9b7760ba474cfa4fdf8a05782a55dabdec3adfda (diff) | |
| parent | c092edbab0e8b516faaa459f6d0915c7df3cd06f (diff) | |
| download | LunaticChat-7d98ae0b25c95dd05898a43bf1e2857ffbd9a74d.tar.gz LunaticChat-7d98ae0b25c95dd05898a43bf1e2857ffbd9a74d.tar.bz2 LunaticChat-7d98ae0b25c95dd05898a43bf1e2857ffbd9a74d.zip | |
Merge pull request #197 from m1sk9/fix/velocity-compatibility-info
docs: clarify paper/velocity compatibility
Diffstat (limited to '.github/workflows/release-velocity.yaml')
| -rw-r--r-- | .github/workflows/release-velocity.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
