diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8edcc3080..fb80e9981 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,6 +3,6 @@ "actions/success-check": "0.0.4", "actions/use-mise": "0.0.1", ".github/workflows": "1.0.0", - "actions/pre-job": "1.1.0", + "actions/pre-job": "2.0.0", "actions/create-workflow-token": "1.0.0" } diff --git a/actions/pre-job/CHANGELOG.md b/actions/pre-job/CHANGELOG.md index 2430df666..4bd4d1556 100644 --- a/actions/pre-job/CHANGELOG.md +++ b/actions/pre-job/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/immich-app/devtools/compare/pre-job-action-v1.1.0...pre-job-action-v2.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)) + ## [1.1.0](https://github.com/immich-app/devtools/compare/pre-job-action-v1.0.1...pre-job-action-v1.1.0) (2025-09-18)