diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc21fae04..88db984ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "actions/lint-pr-title": "1.2.4", + "actions/lint-pr-title": "1.2.5", "actions/get-vault-secrets": "2.0.1", "actions/dockerhub-login": "2.0.0", "actions/send-slack-message": "3.0.2", diff --git a/actions/lint-pr-title/CHANGELOG.md b/actions/lint-pr-title/CHANGELOG.md index c82ff601f..8c55678fe 100644 --- a/actions/lint-pr-title/CHANGELOG.md +++ b/actions/lint-pr-title/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [1.2.5](https://github.com/grafana/shared-workflows/compare/lint-pr-title/v1.2.4...lint-pr-title/v1.2.5) (2026-09-09) + + +### 🐛 Bug Fixes + +* **deps:** update octokit monorepo ([#2271](https://github.com/grafana/shared-workflows/issues/2271)) ([782f572](https://github.com/grafana/shared-workflows/commit/782f5721018875662580acdf7ecf4510424abe62)) + + +### 📝 Documentation + +* generate action and workflow input/output tables ([#2276](https://github.com/grafana/shared-workflows/issues/2276)) ([ddcc1f8](https://github.com/grafana/shared-workflows/commit/ddcc1f84239514abefa7b02481bfcc24bd88c4ca)) + + +### 🔧 Miscellaneous Chores + +* **deps:** update dependency eslint to v10.8.0 ([#2217](https://github.com/grafana/shared-workflows/issues/2217)) ([2ec03f8](https://github.com/grafana/shared-workflows/commit/2ec03f807c17d47646a87c03051e9caea8267029)) +* **deps:** update dependency eslint to v10.9.0 ([#2261](https://github.com/grafana/shared-workflows/issues/2261)) ([fc97070](https://github.com/grafana/shared-workflows/commit/fc9707096d8f5edd2e7260031fbf2026488386c6)) +* **deps:** update dependency eslint-plugin-jest to v29.16.0 ([#2215](https://github.com/grafana/shared-workflows/issues/2215)) ([976b8f7](https://github.com/grafana/shared-workflows/commit/976b8f76f63d9d3654c89f877a1ca67c55a6ecfa)) +* **deps:** update dependency eslint-plugin-jest to v29.16.1 ([#2262](https://github.com/grafana/shared-workflows/issues/2262)) ([692a0fa](https://github.com/grafana/shared-workflows/commit/692a0fac7ee40fc3ec23b413148eb690be61bac0)) +* **deps:** update dependency prettier to v3.9.6 ([#2208](https://github.com/grafana/shared-workflows/issues/2208)) ([43a1b7b](https://github.com/grafana/shared-workflows/commit/43a1b7b96e93d6cfa5cd1dd053f20b1e7b1f1b9e)) +* **deps:** update dependency typescript-eslint to v8.65.0 ([#2216](https://github.com/grafana/shared-workflows/issues/2216)) ([1dbcae6](https://github.com/grafana/shared-workflows/commit/1dbcae6151956b0b33776825f16f5a6db3d46b86)) + ## [1.2.4](https://github.com/grafana/shared-workflows/compare/lint-pr-title/v1.2.3...lint-pr-title/v1.2.4) (2026-07-21) diff --git a/actions/lint-pr-title/README.md b/actions/lint-pr-title/README.md index b90609f87..ba11b3ebb 100644 --- a/actions/lint-pr-title/README.md +++ b/actions/lint-pr-title/README.md @@ -92,7 +92,7 @@ jobs: persist-credentials: false - id: lint-pr-title - uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.4 + uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.5 with: config-path: "${{ github.workspace }}/commitlint.config.js" title-only: false @@ -111,7 +111,7 @@ jobs: runs-on: ubuntu-latest steps: - id: lint-pr-title - uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.4 + uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title/v1.2.5 ```