Skip to content

Commit

Permalink
chore(main): release validate-policy-bot-config 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 28, 2025
1 parent fd054d7 commit 75a27fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"actions/generate-openapi-clients": "1.0.0",
"actions/push-to-gcs": "0.1.0",
"actions/techdocs-rewrite-relative-links": "1.0.0",
"actions/validate-policy-bot-config": "1.0.0",
"actions/validate-policy-bot-config": "1.1.0",
"actions/trigger-argo-workflow": "1.0.0"
}
7 changes: 7 additions & 0 deletions actions/validate-policy-bot-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/grafana/shared-workflows/compare/validate-policy-bot-config-v1.0.0...validate-policy-bot-config-v1.1.0) (2025-01-28)


### 🎉 Features

* **docs:** added EngHub doc links to corresponding actions readmes ([#635](https://github.com/grafana/shared-workflows/issues/635)) ([a7d04c1](https://github.com/grafana/shared-workflows/commit/a7d04c1e98496dbf07f8e44602933af07ba62f9f))

## 1.0.0 (2024-11-29)


Expand Down
2 changes: 1 addition & 1 deletion actions/validate-policy-bot-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Validate Policy Bot configuration
uses: grafana/shared-workflows/actions/validate-policy-bot-config@validate-policy-bot-config-v1.0.0
uses: grafana/shared-workflows/actions/validate-policy-bot-config@validate-policy-bot-config-v1.1.0
```
<!-- x-release-please-end-version -->

0 comments on commit 75a27fa

Please sign in to comment.