Skip to content

Commit

Permalink
chore(main): release lint-pr-title 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 6, 2024
1 parent c4422fc commit e24817a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions actions/lint-pr-title/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 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-06)


### 🔧 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 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)


Expand Down
4 changes: 2 additions & 2 deletions actions/lint-pr-title/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v3
- id: lint-pr-title
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
with:
config-path: "${{ github.workspace }}/commitlint.config.js"
title-only: false
Expand All @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: lint-pr-title
uses: grafana/shared-workflows/actions/[email protected].0
uses: grafana/shared-workflows/actions/[email protected].1
```

<!-- x-release-please-end-version -->

0 comments on commit e24817a

Please sign in to comment.