Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 14:14
· 2 commits to main since this release

2.0.0 (2026-09-27)

  • feat!: build mods for many game versions, against real assemblies (be06a4a)
  • feat!: matrix game-image over versions and return a map (415388a)

Bug Fixes

  • refuse one staged refs dir shared across game versions (9de4fe7)

Features

  • add a build-mod CLI so weekly-verify shares the release build (5267f17)
  • add a workshop-bump CLI and a base steamignore (66644ab)
  • add releaseConfig so a repo declares what it ships (5f440c6)
  • share the release config pieces every mod repo copied (5f8fbc1)

BREAKING CHANGES

  • game-image.yml takes branches as "="
    pairs and returns image-refs, a JSON map. dotnet-build.yml takes that map as
    game-images. A caller writes one job instead of one per version.
  • dotnet-build.yml replaces game-image and game-versions with
    one game-images list of "=" pairs. package-deps.yml and
    sonar.yml need a game-image. ship-list.yml is gone, and index.mjs drops
    shippedPaths, MOD_CONTENT_DIRECTORIES and missingFromReleaseZip for
    versionFolderMismatch and declaredVersions.