You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/14 09:57:04 UTC

[incubator-pekko-persistence-jdbc] 01/01: Delete release-drafter.yml

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch remove-release-drafter
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-jdbc.git

commit 0164887bb15259c3ee49958608c776466c51dac0
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Feb 14 10:56:57 2023 +0100

    Delete release-drafter.yml
---
 .github/release-drafter.yml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
deleted file mode 100644
index ebcb533..0000000
--- a/.github/release-drafter.yml
+++ /dev/null
@@ -1,24 +0,0 @@
-# Config for https://github.com/release-drafter/release-drafter
-name-template: 'Akka Persistence JDBC $NEXT_PATCH_VERSION'
-tag-template: 'v$NEXT_PATCH_VERSION'
-
-categories:
-  - title: '🐛 Bug Fixes'
-    label: 'bug'
-  - title: '🚀 Enhancements'
-    label: 'enhancement'
-  - title: 'Dependency changes'
-    label: 'dependency-change'
-
-change-template: '- $TITLE [#$NUMBER](https://github.com/akka/akka-persistence-jdbc/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)'
-
-template: |
-  ## Changes
-
-  $CHANGES
-
-  ## Credits
-
-  This release includes contributions from $CONTRIBUTORS – thank you all very much!
-
-  The Akka core team is employed by [Lightbend](https://www.lightbend.com/). If you’re looking [to take your Akka systems to the next level](https://www.lightbend.com/lightbend-subscription), let’s [set up a time](https://lightbend.com/contact) to discuss our enterprise-grade expert support, self-paced education courses, and technology enhancements that help you manage, monitor and secure your Akka systems - from development to production.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org