diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8edcc3080..6b52b30af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "actions/image-build": "0.1.1", "actions/success-check": "0.0.4", - "actions/use-mise": "0.0.1", + "actions/use-mise": "1.0.0", ".github/workflows": "1.0.0", "actions/pre-job": "1.1.0", "actions/create-workflow-token": "1.0.0" diff --git a/actions/use-mise/CHANGELOG.md b/actions/use-mise/CHANGELOG.md new file mode 100644 index 000000000..a0f6b8fe4 --- /dev/null +++ b/actions/use-mise/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## [1.0.0](https://github.com/immich-app/devtools/compare/use-mise-action-0.0.1...use-mise-action-v1.0.0) (2025-10-16) + + +### ⚠ BREAKING CHANGES + +* token input for shared actions ([#1055](https://github.com/immich-app/devtools/issues/1055)) + +### Features + +* token input for shared actions ([#1055](https://github.com/immich-app/devtools/issues/1055)) ([1297869](https://github.com/immich-app/devtools/commit/1297869177d20b39191965dbaa60326337399c73))