Skip to content

Releases: RimWorks/mod-ci

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 14:14

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.

v1.15.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 19:26

1.15.1 (2026-09-26)

Bug Fixes

  • disable unity incremental gc so the suite stops segfaulting (69e7bc8)

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 26 Sep 02:51

1.15.0 (2026-09-26)

Features

  • fail a package that ships a reference assembly dependency (2b12ceb)

v1.14.2

Choose a tag to compare

@github-actions github-actions released this 25 Sep 15:03

1.14.2 (2026-09-25)

Bug Fixes

  • pickle: put the windows savedata dir under the game user's home (642f8c6)

v1.14.1

Choose a tag to compare

@github-actions github-actions released this 25 Sep 13:50

1.14.1 (2026-09-25)

Bug Fixes

  • pickle: clear the container log before any exit path (4a8b8f4)
  • pickle: keep build output out of a staged mod (04d5e58)

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 21:09

1.14.0 (2026-09-24)

Bug Fixes

  • pickle: refuse a malformed staged mod before the container starts (1d9bc6e)

Features

  • pickle: add the pickle-suite reusable workflow (b15f8b8)
  • pickle: add the scripts a shared pickle suite runner needs (713efb8)
  • pickle: wrap the suite scripts in composite actions (d8adfb9)

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 02:05

1.13.0 (2026-09-24)

Features

  • add a reusable unity asset bundle workflow (044b354)

Reverts

  • drop the dependabot ignore block (582bd8e)

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 20:47

1.12.0 (2026-09-23)

Features

  • add dotnet-build and game-image, pin actions to major tags (8ceb6cc)

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 19 Sep 21:46

1.11.1 (2026-09-19)

Bug Fixes

  • sonar: expose test-command and let a pre-scan pull private packages (e405708)

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 21:42

1.11.0 (2026-09-19)

Features

  • dotnet-sonar: test-command runs the suite instead of dotnet test (0be60da)