diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-05-06 06:50:06 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-06 06:50:06 +0900 |
| commit | 8b7ce2853aeca22b6eff61e3faac6fb8671aa17b (patch) | |
| tree | a034bdcb0b4eb641f76bd703a4b6bce2d5708a4d /.github | |
| parent | 7d98ae0b25c95dd05898a43bf1e2857ffbd9a74d (diff) | |
| parent | 10d5cb34292dea800d878a762bc48d1620aebf6d (diff) | |
| download | LunaticChat-paper/v1.2.0.tar.gz LunaticChat-paper/v1.2.0.tar.bz2 LunaticChat-paper/v1.2.0.zip | |
Merge pull request #198 from m1sk9/support/paper-26.1.2paper/v1.2.0
chore(release): Paper 26.1.2 support
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-paper.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/release-velocity.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
