diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-08-05 04:54:20 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-08-05 04:54:20 +0900 |
| commit | 004cf9308b5d98737125509adee08b9018cce964 (patch) | |
| tree | 524c7dca26f35ba614d9a8397f2a060c3e6bf90c /website/src | |
| parent | 7e791eaef4e838f590585ab4dc3a3c0e6e7f0972 (diff) | |
| download | LunaticChat-004cf9308b5d98737125509adee08b9018cce964.tar.gz LunaticChat-004cf9308b5d98737125509adee08b9018cce964.tar.bz2 LunaticChat-004cf9308b5d98737125509adee08b9018cce964.zip | |
ci: link release notes to the English changelog pages
The links were written before the English pages existed, so GitHub and Modrinth
sent an international audience to Japanese notes. Both now point at the English
pages; the Japanese ones remain reachable from the site's own locale switch.
Also stops the changelog template from being served. It lives under `src/`, so
VitePress published it as a page of empty headings at /assets/changelog-default,
where it was reachable and indexable. `srcExclude` keeps it a template.
The tag table on the changelog overview claimed `vX.Y.Z` was last used for
v1.0.0 and retired, which contradicts release.yaml and the release skill still
supporting it; it now says what the tag is for.
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/changelog/overview.md | 2 | ||||
| -rw-r--r-- | website/src/ja/changelog/overview.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/src/changelog/overview.md b/website/src/changelog/overview.md index 3e97de3..b0e4a97 100644 --- a/website/src/changelog/overview.md +++ b/website/src/changelog/overview.md @@ -38,7 +38,7 @@ Releases are cut with a tag naming the target. |-----|-----------------| | `paper/vX.Y.Z` | The Paper / Folia build only | | `velocity/vX.Y.Z` | The Velocity build only | -| `vX.Y.Z` | Both at once (v1.0.0 on 2026-04-04 was the last of these; it is no longer used) | +| `vX.Y.Z` | Both at once, for a change that affects them both — such as one in the shared `engine` module | ### The plugin version does not express compatibility diff --git a/website/src/ja/changelog/overview.md b/website/src/ja/changelog/overview.md index 108061d..3b03477 100644 --- a/website/src/ja/changelog/overview.md +++ b/website/src/ja/changelog/overview.md @@ -38,7 +38,7 @@ Paper / Folia 向けプラグインと Velocity 向けプラグインは独立 |------|-------------| | `paper/vX.Y.Z` | Paper / Folia 版のみ | | `velocity/vX.Y.Z` | Velocity 版のみ | -| `vX.Y.Z` | 両方同時 (2026-04-04 の v1.0.0 が最後で,以降は使用していません) | +| `vX.Y.Z` | 両方同時.共有モジュール `engine` の変更など,双方に影響する変更で使用します | ### プラグインバージョンは互換性を表しません |
