diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 494721ee8..bab46dcab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "actions/lint-pr-title": "1.1.1", + "actions/lint-pr-title": "1.1.2", "actions/get-vault-secrets": "1.0.1", "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "2.0.0", diff --git a/actions/lint-pr-title/CHANGELOG.md b/actions/lint-pr-title/CHANGELOG.md index 86c0aa793..487ce1dff 100644 --- a/actions/lint-pr-title/CHANGELOG.md +++ b/actions/lint-pr-title/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/grafana/shared-workflows/compare/lint-pr-title-v1.1.1...lint-pr-title-v1.1.2) (2025-01-23) + + +### 🔧 Miscellaneous Chores + +* **deps:** update dependency @types/bun to v1.2.0 ([#712](https://github.com/grafana/shared-workflows/issues/712)) ([0395d04](https://github.com/grafana/shared-workflows/commit/0395d04bbf518e944eb8a8131dd486e15397c17f)) + ## [1.1.1](https://github.com/grafana/shared-workflows/compare/lint-pr-title-v1.1.0...lint-pr-title-v1.1.1) (2025-01-21) diff --git a/actions/lint-pr-title/README.md b/actions/lint-pr-title/README.md index 56991f552..8a5415e1c 100644 --- a/actions/lint-pr-title/README.md +++ b/actions/lint-pr-title/README.md @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v3 - id: lint-pr-title - uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.1 + uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.2 with: config-path: "${{ github.workspace }}/commitlint.config.js" title-only: false @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-latest steps: - id: lint-pr-title - uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.1 + uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.2 ```