From 004cf9308b5d98737125509adee08b9018cce964 Mon Sep 17 00:00:00 2001 From: Sho Sakuma Date: Wed, 5 Aug 2026 04:54:20 +0900 Subject: 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 --- website/.vitepress/config.mts | 4 ++++ website/src/changelog/overview.md | 2 +- website/src/ja/changelog/overview.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'website') diff --git a/website/.vitepress/config.mts b/website/.vitepress/config.mts index 5237228..1d139d4 100644 --- a/website/.vitepress/config.mts +++ b/website/.vitepress/config.mts @@ -39,6 +39,10 @@ export default defineConfig({ }, }, outDir: './dist', + // Templates under assets/ are meant to be copied by hand when writing a new + // page, not served: changelog-default.md would otherwise publish a page of + // empty headings at /assets/changelog-default. + srcExclude: ['assets/**/*.md'], srcDir: 'src', themeConfig: { socialLinks: [ 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` の変更など,双方に影響する変更で使用します | ### プラグインバージョンは互換性を表しません -- cgit v1.2.1