From 90e72fd7b35f5d30696313aeb736a13a15eb82ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:34:40 +0000 Subject: [PATCH] chore(main): release lint-pr-title 1.0.0 (#427) * chore(main): release lint-pr-title 1.0.0 * Update .prettierignore with release-please generated files --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Iain Lane --- .prettierignore | 5 ++++- .release-please-manifest.json | 2 +- actions/lint-pr-title/CHANGELOG.md | 22 ++++++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 actions/lint-pr-title/CHANGELOG.md diff --git a/.prettierignore b/.prettierignore index 136857236..00c8f7b12 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1 +1,4 @@ -actions/lint-pr-title/dist/** +# Generated files handled by release-please + +.release-please-manifest.json +**/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef424..b41aef4ba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"actions/lint-pr-title":"1.0.0"} diff --git a/actions/lint-pr-title/CHANGELOG.md b/actions/lint-pr-title/CHANGELOG.md new file mode 100644 index 000000000..565181585 --- /dev/null +++ b/actions/lint-pr-title/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2024-09-27) + + +### 🎉 Features + +* **lint-pr-title:** rewrite in Typescript and handle `merge_group` events ([#233](https://github.com/grafana/shared-workflows/issues/233)) ([82f051e](https://github.com/grafana/shared-workflows/commit/82f051e035ffb6f74dfdc2ce3a0d2eded327b0b0)) + + +### 📝 Documentation + +* update pr linter docs ([#65](https://github.com/grafana/shared-workflows/issues/65)) ([45c3ff5](https://github.com/grafana/shared-workflows/commit/45c3ff5c37e485d4c6eb8b4b25603b79df4dc72e)) + + +### 🏗️ Build System + +* **deps:** bump @commitlint/lint in /actions/lint-pr-title ([#226](https://github.com/grafana/shared-workflows/issues/226)) ([aee5ab9](https://github.com/grafana/shared-workflows/commit/aee5ab9e7b35eed475b97055a7153b45c354a19c)) +* **deps:** bump @commitlint/lint in /actions/lint-pr-title ([#54](https://github.com/grafana/shared-workflows/issues/54)) ([73f9347](https://github.com/grafana/shared-workflows/commit/73f93470c0128cdda4257e8232239ece7bdab781)) +* **deps:** bump @commitlint/lint in /actions/lint-pr-title ([#85](https://github.com/grafana/shared-workflows/issues/85)) ([a274ad1](https://github.com/grafana/shared-workflows/commit/a274ad1c1f005545a59a3a815e082cffc1491aa0)) +* **deps:** bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 ([#235](https://github.com/grafana/shared-workflows/issues/235)) ([d6e6319](https://github.com/grafana/shared-workflows/commit/d6e6319117708d6fb7c1757b3707a6f50c61b7e8)) +* **deps:** bump undici from 5.28.3 to 5.28.4 in /actions/lint-pr-title ([#149](https://github.com/grafana/shared-workflows/issues/149)) ([19be8d8](https://github.com/grafana/shared-workflows/commit/19be8d8e991c75311a6c1723edce1559f207beef))