diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b41aef4ba..5223e514b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"actions/lint-pr-title":"1.0.0"} +{"actions/lint-pr-title":"1.0.0","actions/send-slack-message":"1.0.0"} diff --git a/actions/send-slack-message/CHANGELOG.md b/actions/send-slack-message/CHANGELOG.md new file mode 100644 index 000000000..2394d1485 --- /dev/null +++ b/actions/send-slack-message/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2024-10-15) + + +### 🔧 Miscellaneous Chores + +* **deps:** update slackapi/slack-github-action action to v1.27.0 ([#264](https://github.com/grafana/shared-workflows/issues/264)) ([f790e79](https://github.com/grafana/shared-workflows/commit/f790e799f029dcfa2174d59263dbe7ff2a51452b))