From 3be1aa7763bcea677ec6b698fe4cc8f550386b7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:58:50 +0000 Subject: [PATCH] chore(main): release lint-pr-title 1.1.1 --- .release-please-manifest.json | 2 +- actions/lint-pr-title/CHANGELOG.md | 16 ++++++++++++++++ actions/lint-pr-title/README.md | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 002865483..4c7d80f69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "actions/lint-pr-title": "1.1.0", + "actions/lint-pr-title": "1.1.1", "actions/get-vault-secrets": "1.0.1", "actions/dockerhub-login": "1.0.0", "actions/send-slack-message": "1.0.0", diff --git a/actions/lint-pr-title/CHANGELOG.md b/actions/lint-pr-title/CHANGELOG.md index 1feaf15fd..123fd8fa4 100644 --- a/actions/lint-pr-title/CHANGELOG.md +++ b/actions/lint-pr-title/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.1.1](https://github.com/grafana/shared-workflows/compare/lint-pr-title-v1.1.0...lint-pr-title-v1.1.1) (2024-12-16) + + +### 🐛 Bug Fixes + +* **deps:** update dependency @commitlint/load to v19.6.1 ([#650](https://github.com/grafana/shared-workflows/issues/650)) ([4abacd5](https://github.com/grafana/shared-workflows/commit/4abacd5a5d00df0bca418a08f35c76d487e04632)) + + +### 🔧 Miscellaneous Chores + +* add release-please block to lint-pr-title ([#602](https://github.com/grafana/shared-workflows/issues/602)) ([14d9a80](https://github.com/grafana/shared-workflows/commit/14d9a8010a8bf34ad60e0aceee9db53f5b21c9ba)) +* **deps:** update dependency prettier to v3.4.2 ([#632](https://github.com/grafana/shared-workflows/issues/632)) ([7416f1f](https://github.com/grafana/shared-workflows/commit/7416f1f508040d389bd6501fad67bc3a279bf485)) +* **deps:** update dependency typescript-eslint to v8.17.0 ([#613](https://github.com/grafana/shared-workflows/issues/613)) ([95f1d8c](https://github.com/grafana/shared-workflows/commit/95f1d8ce881e09d28bb548ae77b2a61578dd49ad)) +* **deps:** update dependency typescript-eslint to v8.18.0 ([#643](https://github.com/grafana/shared-workflows/issues/643)) ([df4dfd1](https://github.com/grafana/shared-workflows/commit/df4dfd1d746263d6a8aa7ef601b0906b5b851668)) +* **deps:** update eslint monorepo to v9.16.0 ([#598](https://github.com/grafana/shared-workflows/issues/598)) ([c570011](https://github.com/grafana/shared-workflows/commit/c5700112ba2e4fd4909f6e330b771ff795696b3f)) + ## [1.1.0](https://github.com/grafana/shared-workflows/compare/lint-pr-title-v1.0.0...lint-pr-title-v1.1.0) (2024-11-27) diff --git a/actions/lint-pr-title/README.md b/actions/lint-pr-title/README.md index 2f0a8607a..56991f552 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.0 + uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.1 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.0 + uses: grafana/shared-workflows/actions/lint-pr-title@lint-pr-title-v1.1.1 ```