From 832e59338eed3690d2ffa06ceab38938a655c713 Mon Sep 17 00:00:00 2001 From: toast-gear Date: Thu, 28 Apr 2022 16:00:03 +0100 Subject: [PATCH] docs: clarification of the release log --- docs/releasenotes/0.23.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/releasenotes/0.23.md b/docs/releasenotes/0.23.md index a6d8cf86..b4d66b2e 100644 --- a/docs/releasenotes/0.23.md +++ b/docs/releasenotes/0.23.md @@ -1,7 +1,8 @@ # actions-runner-controller v0.23.0 -https://github.com/actions-runner-controller/actions-runner-controller/milestone/3 +All changes in this release can be found in the milestone https://github.com/actions-runner-controller/actions-runner-controller/milestone/3 +This log documents breaking and major enhancements # BREAKING CHANGE : Workflow job webhooks require an explicit field set Previously the webhook event workflow job was set as the default if no `githubEvent` was set.