Skip to content

Commit

Permalink
chore(main): release lint-pr-title 1.0.0 (#427)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] and iainlane authored Sep 27, 2024
1 parent ff5e32d commit 90e72fd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
actions/lint-pr-title/dist/**
# Generated files handled by release-please

.release-please-manifest.json
**/CHANGELOG.md
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"actions/lint-pr-title":"1.0.0"}
22 changes: 22 additions & 0 deletions actions/lint-pr-title/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 90e72fd

Please sign in to comment.