diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ed049e65c..978a564e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,5 +3,5 @@ "actions/success-check": "0.0.4", "actions/use-mise": "0.0.1", ".github/workflows": "0.1.1", - "actions/pre-job": "1.0.1" + "actions/pre-job": "1.1.0" } diff --git a/actions/pre-job/CHANGELOG.md b/actions/pre-job/CHANGELOG.md index f76710769..2430df666 100644 --- a/actions/pre-job/CHANGELOG.md +++ b/actions/pre-job/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* custom force input for pre-job ([#980](https://github.com/immich-app/devtools/issues/980)) ([051fe60](https://github.com/immich-app/devtools/commit/051fe6080af3f08edd10000578d2c48aabb1a220)) + ## [1.0.1](https://github.com/immich-app/devtools/compare/pre-job-action-v1.0.0...pre-job-action-v1.0.1) (2025-09-18)