From 43caad18d6e50a0fdc4cd07ccc4a2575b28b2904 Mon Sep 17 00:00:00 2001 From: Enno <458526+ennru@users.noreply.github.com> Date: Tue, 28 May 2019 21:28:34 +0200 Subject: [PATCH] Add Release Drafter config --- .github/release-drafter.yml | 92 +++++++++++++++++++++++++++++++++++++ 1 file changed, 92 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..e7522d11e2 --- /dev/null +++ b/.github/release-drafter.yml @@ -0,0 +1,92 @@ +# Config for https://github.com/toolmantim/release-drafter +name-template: 'Alpakka $NEXT_PATCH_VERSION' +tag-template: 'v$NEXT_PATCH_VERSION' +categories: + - title: 'Infrastructure' + label: 'alpakka-itself' + - title: 'AMQP' + label: 'p:amqp' + - title: 'Apache Solr' + label: 'p:solr' + - title: 'Apache HDFS' + label: 'p:hdfs' + - title: 'Apache Kudu' + label: 'p:kudu' + - title: 'AvroParquet' + label: 'p:avroparquet' + - title: 'AWS Lambda' + label: 'p:aws-lambda' + - title: 'AWS Kinesis' + label: 'p:kinesis' + - title: 'AWS S3' + label: 'p:aws-s3' + - title: 'AWS SNS' + label: 'p:aws-sns' + - title: 'AWS SQS' + label: 'p:aws-sqs' + - title: 'Azure Storage Queue' + label: 'p:azure-storage-queue' + - title: 'Cassandra' + label: 'p:cassandra' + - title: 'Comma-separated Values (CSV)' + label: 'p:csv' + - title: 'Couchbase' + label: 'p:couchbase' + - title: 'Dynamo DB' + label: 'p:dynamodb' + - title: 'Elasticsearch' + label: 'p:elasticsearch' + - title: 'File' + label: 'p:file' + - title: 'FTP' + label: 'p:ftp' + - title: 'Google Cloud Pub/Sub' + label: 'p:google-cloud-pub-sub' + - title: 'Google Cloud Pub/Sub gRPC' + label: 'p:google-cloud-pub-sub-grpc' + - title: 'Google Firebase' + label: 'p:google-fcm' + - title: 'Geode' + label: 'p:geode' + - title: 'HBase' + label: 'p:hbase' + - title: 'IronMQ' + label: 'p:ironmq' + - title: 'JMS' + label: 'p:jms' + - title: 'JDBC' + label: 'p:jdbc' + - title: 'Json streaming' + label: 'p:json-streaming' + - title: 'MongoDB' + label: 'p:mongodb' + - title: 'MQTT' + label: 'p:mqtt' + - title: 'MQTT Streaming' + label: 'p:mqtt-streaming' + - title: 'OrientDB' + label: 'p:orientdb' + - title: 'Reference' + label: 'p:reference' + - title: 'Server-sent events (SSE)' + label: 'p:sse' + - title: 'Simple Codecs' + label: 'p:recordio' + - title: 'Slick' + label: 'p:slick' + - title: 'Spring Web' + label: 'p:spring-web' + - title: 'Text' + label: 'p:text' + - title: 'UDP' + label: 'p:udp' + - title: 'Unix Domain Socket' + label: 'p:unix-domain-socket' + - title: 'XML' + label: 'p:xml' + +change-template: '- $TITLE [#$NUMBER](https://github.com/akka/alpakka/issues/$NUMBER) by [@$AUTHOR](https://github.com/$AUTHOR)' +template: | + ## Changes + + $CHANGES