Skip to content

Commit 90e72fd

Browse files
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 <[email protected]>
1 parent ff5e32d commit 90e72fd

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

.prettierignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
actions/lint-pr-title/dist/**
1+
# Generated files handled by release-please
2+
3+
.release-please-manifest.json
4+
**/CHANGELOG.md

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"actions/lint-pr-title":"1.0.0"}

actions/lint-pr-title/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-09-27)
4+
5+
6+
### 🎉 Features
7+
8+
* **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))
9+
10+
11+
### 📝 Documentation
12+
13+
* update pr linter docs ([#65](https://github.com/grafana/shared-workflows/issues/65)) ([45c3ff5](https://github.com/grafana/shared-workflows/commit/45c3ff5c37e485d4c6eb8b4b25603b79df4dc72e))
14+
15+
16+
### 🏗️ Build System
17+
18+
* **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))
19+
* **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))
20+
* **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))
21+
* **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))
22+
* **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 commit comments

Comments
 (0)