Skip to content

Commit

Permalink
chore(main): release validate-policy-bot-config 1.0.0 (#589)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dimitris Sotirakis <[email protected]>
  • Loading branch information
github-actions[bot] and dsotirakis authored Nov 29, 2024
1 parent fdbd732 commit 5f31edc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"actions/setup-argo": "1.0.0",
"actions/generate-openapi-clients": "1.0.0",
"actions/push-to-gcs": "0.1.0",
"actions/validate-policy-bot-config": "1.0.0",
"actions/trigger-argo-workflow": "1.0.0"
}
9 changes: 9 additions & 0 deletions actions/validate-policy-bot-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## 1.0.0 (2024-11-29)


### 🎉 Features

* add validate-policy-bot-action ([#497](https://github.com/grafana/shared-workflows/issues/497)) ([29ab6fb](https://github.com/grafana/shared-workflows/commit/29ab6fb539bd10865fb0d06a8f21113d48ee2668))
* add workflow to check for non-releasable actions ([#588](https://github.com/grafana/shared-workflows/issues/588)) ([e16bf1a](https://github.com/grafana/shared-workflows/commit/e16bf1ac180d7b6c9c13a6e556b24e0f7dc0d57c))
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 @@ -27,7 +27,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-v0.0.1
uses: grafana/shared-workflows/actions/validate-policy-bot-config@validate-policy-bot-config-v1.0.0
```
<!-- x-release-please-end-version -->

0 comments on commit 5f31edc

Please sign in to comment.