diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c23fcb82f..7efe299b8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "actions/image-build": "0.1.8", "actions/success-check": "0.0.6", - "actions/use-mise": "1.2.0", + "actions/use-mise": "2.0.0", "services/outline-role-sync": "1.0.0", ".github/workflows": "2.4.0", "actions/pre-job": "2.0.4", diff --git a/actions/use-mise/CHANGELOG.md b/actions/use-mise/CHANGELOG.md index d038b6acd..cc0cd71e3 100644 --- a/actions/use-mise/CHANGELOG.md +++ b/actions/use-mise/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/immich-app/devtools/compare/use-mise-action-v1.2.0...use-mise-action-v2.0.0) (2026-05-06) + + +### ⚠ BREAKING CHANGES + +* properly pass github_token in use-mise ([#1568](https://github.com/immich-app/devtools/issues/1568)) + +### Bug Fixes + +* properly pass github_token in use-mise ([#1568](https://github.com/immich-app/devtools/issues/1568)) ([fc38a2f](https://github.com/immich-app/devtools/commit/fc38a2f8d54849944c43f3f07db89d8f96a22855)) + ## [1.2.0](https://github.com/immich-app/devtools/compare/use-mise-action-v1.1.3...use-mise-action-v1.2.0) (2026-05-06)