summaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
AgeCommit message (Collapse)Author
2026-08-05ci: link release notes to the English changelog pagesSho Sakuma
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>
2026-08-05ci: point release notes at the documentation siteSho Sakuma
Every release emitted a skeleton of six empty headings that had to be filled in by hand on the draft, and Modrinth linked to the GitHub release, so a reader needed two hops to reach notes that might never have been written. Both now link straight to the changelog page for the released version, built from the tag, so the notes live in exactly one place. This makes the release depend on that page being deployed, which the release skill now checks for. Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-02feat: support Paper 26.2 (Minecraft 26.2)Sho Sakuma
Paper 26.2 bundles Adventure 5.2.0, a major bump from the 4.26.1 shipped by 26.1. Adventure 5 makes ClickEvent generic, so the raw type in CommandContext.replyWithEvent no longer compiled. Auditing the rest of the Adventure 5 removals found no other affected usage. api-version is raised to 26.2, dropping 26.1 support: the two Adventure majors are not binary compatible, so claiming 26.1 compatibility would be a lie. Also fixes two problems found while verifying on a real server: the Velocity healthcheck invoked mc-health, which does not exist in the mc-proxy image, so the container had never once passed its check; and the debug environments pinned no build at all, which meant the proxy came up as 4.1.0-SNAPSHOT while the plugin is compiled against velocity-api 3.5.1. Server versions are now derived by x from the Gradle coordinates so they cannot drift from what the plugin targets.
2026-05-28chore(deps): update cloudnode-pro/modrinth-publish digest to 8dc596brenovate[bot]
2026-04-29chore(deps): update cloudnode-pro/modrinth-publish digest to a913fbdrenovate[bot]
2026-04-04feat: Improving Velocity's Cycling CompatibilitySho Sakuma
2026-04-04Merge pull request #161 from m1sk9/renovate/gradle-actions-6.xSho Sakuma
chore(deps): update gradle/actions action to v6
2026-04-04feat: Support Minecraft 26.1Sho Sakuma
2026-04-04chore(deps): update gradle/actions action to v6renovate[bot]
2026-03-26Merge branch 'main' into ci/support-nightly-releaseSho Sakuma
2026-03-26ci: Support Nightly release CISho Sakuma
2026-03-23chore(deps): update jdx/mise-action action to v4renovate[bot]
2026-03-14chore(deps): update cloudnode-pro/modrinth-publish digest to 0be4916renovate[bot]
2026-03-04chore(deps): update github artifact actionsrenovate[bot]
2026-02-26ci: Fix Modrinth workflowv0.10.1Sho Sakuma
2026-02-26ci: Fix release-ciSho Sakuma
2026-02-26ci: Merge Paper and Folia release stepSho Sakuma
2026-02-24chore(deps): update cloudnode-pro/modrinth-publish digest to 482deb7renovate[bot]
2026-02-23ci: add folia support to release and ci workflowsSho Sakuma
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-11ci: Add version prefixSho Sakuma
2026-02-10Update Modrinth release name format to v{version} ({Loader} {game-versions})copilot-swe-agent[bot]
Co-authored-by: m1sk9 <82575685+m1sk9@users.noreply.github.com>
2026-02-10Split Modrinth release workflow for Paper and Velocity with constantscopilot-swe-agent[bot]
Co-authored-by: m1sk9 <82575685+m1sk9@users.noreply.github.com>
2026-02-07ci: Fix release Modrinth workflowSho Sakuma
2026-02-07ci: Fix release-ciSho Sakuma
2026-02-01ci: Support Velocity moduleSho Sakuma
2026-01-31docs: Update docsSho Sakuma
2026-01-24docs: Add i18nSho Sakuma
2026-01-24docs: Add beta documentsSho Sakuma
2026-01-13chore(deps): update cloudnode-pro/modrinth-publish digest to 0a5268arenovate[bot]
2026-01-10fix: Fix release CISho Sakuma
2026-01-10ci(fix): Fix release workflow issueSho Sakuma
2026-01-10chore(deps): update cloudnode-pro/modrinth-publish digest to 0d0d794renovate[bot]
2026-01-05chore(deps): update cloudnode-pro/modrinth-publish digest to 0fa6eb3renovate[bot]
2026-01-05refactor: migrate to multi-project structureSho Sakuma
マルチプロジェクト構造に移行し,Paper と Velocity の両方をサポートできるようにしました. - engine: 共通ロジック(データモデル,JSON シリアライゼーション) - platform-paper: Paper プラグイン実装 - platform-velocity: Velocity プラグイン実装(将来用) 主な変更: - settings.gradle.kts: サブプロジェクト定義を追加 - build.gradle.kts: マルチプロジェクト用に再構成 - 既存コードを platform-paper に移動 - CI/CD ワークフローを更新 - Docker 設定を更新 - IntelliJ Run Configurations を更新 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-05first commitSho Sakuma