diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5cdfe173d..303d01ee2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -14,5 +14,6 @@ "actions/generate-openapi-clients": "1.0.0", "actions/trigger-argo-workflow": "1.0.0", "actions/push-to-gcs": "0.1.0", - "actions/syft-sbom-report": "1.0.0" + "actions/syft-sbom-report": "1.0.0", + "actions/validate-policy-bot-config": "1.0.0" } diff --git a/actions/validate-policy-bot-config/CHANGELOG.md b/actions/validate-policy-bot-config/CHANGELOG.md new file mode 100644 index 000000000..091a46d68 --- /dev/null +++ b/actions/validate-policy-bot-config/CHANGELOG.md @@ -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)) diff --git a/actions/validate-policy-bot-config/README.md b/actions/validate-policy-bot-config/README.md index 9b9c80512..ea2a36973 100644 --- a/actions/validate-policy-bot-config/README.md +++ b/actions/validate-policy-bot-config/README.md @@ -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 ```