From 75af2fd3da2c6a05b3dcf2ccf816b9550967c678 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 24 Jun 2019 11:17:39 +0200 Subject: [PATCH] Initial release drafter template --- .github/release-drafter.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/release-drafter.yml diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml new file mode 100644 index 0000000000..d680007e1e --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,22 @@ +template: | + ## Akka $NEXT_PATCH_VERSION Released + + Dear hakkers, + + We are pleased to announce a new patch release of Akka 2.6. This release includes the following changes: + + $CHANGES + + A total of *TODO* issues were closed since *TODO*. The complete list can be found on the *TODO* $NEXT_PATCH_VERSION milesonte on GitHub. + + # Credits + + For this release we had the help of *TODO* committers – thank you all very much! + + *TODO* + + Thanks to [Lightbend](https://www.lightbend.com) for their continued sponsorship of the Akka core team's efforts. Lightbend [offers commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Akka. + + Happy hakking! + + – The Akka Team