From 6b5eb72d433fcf8d755ca37a8846fafa431ab059 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Thu, 19 Dec 2024 10:39:31 +0100 Subject: [PATCH 1/2] docs: add support message to release template Closes https://github.com/camunda/camunda-modeler/issues/4689 --- docs/.project/RELEASE_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.project/RELEASE_TEMPLATE.md b/docs/.project/RELEASE_TEMPLATE.md index 099416ee9c..5bbb221c1e 100644 --- a/docs/.project/RELEASE_TEMPLATE.md +++ b/docs/.project/RELEASE_TEMPLATE.md @@ -56,6 +56,7 @@ _To be done once the release is built._ * [ ] publish release on [Github Releases](https://github.com/camunda/camunda-modeler/releases) * [ ] close [current milestone](https://github.com/camunda/camunda-modeler/milestones) +* [ ] communicate the release to [support](https://app.slack.com/client/T0PM0P1SA/CHAC0L80M) (changelog link, closed support issues; [example message](https://camunda.slack.com/archives/CHAC0L80M/p1733480373630349)) _To be done as a post-release activity._ From 1ee25cfcd3eea0cb124c08e331c19ca0bf4aab83 Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Thu, 19 Dec 2024 11:33:07 +0100 Subject: [PATCH 2/2] chore: reorder --- docs/.project/RELEASE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.project/RELEASE_TEMPLATE.md b/docs/.project/RELEASE_TEMPLATE.md index 5bbb221c1e..5ec640d042 100644 --- a/docs/.project/RELEASE_TEMPLATE.md +++ b/docs/.project/RELEASE_TEMPLATE.md @@ -55,8 +55,8 @@ _To be done to build the release after release testing completed._ _To be done once the release is built._ * [ ] publish release on [Github Releases](https://github.com/camunda/camunda-modeler/releases) -* [ ] close [current milestone](https://github.com/camunda/camunda-modeler/milestones) * [ ] communicate the release to [support](https://app.slack.com/client/T0PM0P1SA/CHAC0L80M) (changelog link, closed support issues; [example message](https://camunda.slack.com/archives/CHAC0L80M/p1733480373630349)) +* [ ] close [current milestone](https://github.com/camunda/camunda-modeler/milestones) _To be done as a post-release activity._