From da6fa0669a32e34fd90dc827cbfca85c8aec3783 Mon Sep 17 00:00:00 2001 From: "immich-push-o-matic[bot]" <179150890+immich-push-o-matic[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 17:01:15 +0000 Subject: [PATCH] chore(main): release use-mise-action 2.0.0 --- .release-please-manifest.json | 2 +- actions/use-mise/CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) 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)