Skip to content

Commit

Permalink
chore(main): release lint-pr-title 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 23, 2025
1 parent 0395d04 commit 7744832
Show file tree
Hide file tree
Showing 3 changed files with 10 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.1",
"actions/lint-pr-title": "1.1.2",
"actions/get-vault-secrets": "1.0.1",
"actions/dockerhub-login": "1.0.0",
"actions/send-slack-message": "2.0.0",
Expand Down
7 changes: 7 additions & 0 deletions actions/lint-pr-title/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/grafana/shared-workflows/compare/lint-pr-title-v1.1.1...lint-pr-title-v1.1.2) (2025-01-23)


### 🔧 Miscellaneous Chores

* **deps:** update dependency @types/bun to v1.2.0 ([#712](https://github.com/grafana/shared-workflows/issues/712)) ([0395d04](https://github.com/grafana/shared-workflows/commit/0395d04bbf518e944eb8a8131dd486e15397c17f))

## [1.1.1](https://github.com/grafana/shared-workflows/compare/lint-pr-title-v1.1.0...lint-pr-title-v1.1.1) (2025-01-21)


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].1
uses: grafana/shared-workflows/actions/[email protected].2
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].1
uses: grafana/shared-workflows/actions/[email protected].2
```

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

0 comments on commit 7744832

Please sign in to comment.