Skip to content

Commit

Permalink
build: Fix release notes config yaml (#3204)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored May 14, 2024
1 parent e8b8c42 commit 1cb4f28
Showing 1 changed file with 92 additions and 46 deletions.
138 changes: 92 additions & 46 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,97 +2,143 @@
changelog:
categories:
- title: 'AMQP'
labels: 'p:amqp'
labels:
- 'p:amqp'
- title: 'Apache Solr'
labels: 'p:solr'
labels:
- 'p:solr'
- title: 'Apache HDFS'
labels: 'p:hdfs'
labels:
- 'p:hdfs'
- title: 'Apache Kudu'
labels: 'p:kudu'
labels:
- 'p:kudu'
- title: 'AvroParquet'
labels: 'p:avroparquet'
labels:
- 'p:avroparquet'
- title: 'AWS EventBridge'
labels: 'p:aws-event-bridge'
labels:
- 'p:aws-event-bridge'
- title: 'AWS Lambda'
labels: 'p:aws-lambda'
labels:
- 'p:aws-lambda'
- title: 'AWS Kinesis'
labels: 'p:kinesis'
labels:
- 'p:kinesis'
- title: 'AWS S3'
labels: 'p:aws-s3'
labels:
- 'p:aws-s3'
- title: 'AWS SNS'
labels: 'p:aws-sns'
labels:
- 'p:aws-sns'
- title: 'AWS SQS'
labels: 'p:aws-sqs'
labels:
- 'p:aws-sqs'
- title: 'Azure Storage Queue'
labels: 'p:azure-storage-queue'
labels:
- 'p:azure-storage-queue'
- title: 'Cassandra'
labels: 'p:cassandra'
labels:
- 'p:cassandra'
- title: 'Comma-separated Values (CSV)'
labels: 'p:csv'
labels:
- 'p:csv'
- title: 'Couchbase'
labels: 'p:couchbase'
labels:
- 'p:couchbase'
- title: 'Dynamo DB'
labels: 'p:dynamodb'
labels:
- 'p:dynamodb'
- title: 'Elasticsearch'
labels: 'p:elasticsearch'
labels:
- 'p:elasticsearch'
- title: 'File'
labels: 'p:file'
labels:
- 'p:file'
- title: 'FTP'
labels: 'p:ftp'
labels:
- 'p:ftp'
- title: 'Geode'
labels: 'p:geode'
labels:
- 'p:geode'
- title: 'Google Cloud BigQuery'
labels: 'p:google-cloud-bigquery'
labels:
- 'p:google-cloud-bigquery'
- title: 'Google Cloud BigQuery Storage'
labels: 'p:google-cloud-bigquery-storage'
labels:
- 'p:google-cloud-bigquery-storage'
- title: 'Google Cloud Pub/Sub'
labels: 'p:google-cloud-pub-sub'
labels:
- 'p:google-cloud-pub-sub'
- title: 'Google Cloud Pub/Sub gRPC'
labels: 'p:google-cloud-pub-sub-grpc'
labels:
- 'p:google-cloud-pub-sub-grpc'
- title: 'Google Cloud Storage'
labels: 'p:google-cloud-storage'
labels:
- 'p:google-cloud-storage'
- title: 'Google FCM (Firebase)'
labels: 'p:google-fcm'
labels:
- 'p:google-fcm'
- title: 'HBase'
labels: 'p:hbase'
labels:
- 'p:hbase'
- title: 'Huawei Push Kit'
labels: 'p:huawei-push-kit'
labels:
- 'p:huawei-push-kit'
- title: 'InfluxDB'
labels: 'p:influxdb'
labels:
- 'p:influxdb'
- title: 'IronMQ'
labels: 'p:ironmq'
labels:
- 'p:ironmq'
- title: 'JDBC'
labels: 'p:jdbc'
labels:
- 'p:jdbc'
- title: 'JMS'
labels: 'p:jms'
labels:
- 'p:jms'
- title: 'Json streaming'
labels: 'p:json-streaming'
labels:
- 'p:json-streaming'
- title: 'MongoDB'
labels: 'p:mongodb'
labels:
- 'p:mongodb'
- title: 'MQTT'
labels: 'p:mqtt'
labels:
- 'p:mqtt'
- title: 'MQTT Streaming'
labels: 'p:mqtt-streaming'
labels:
- 'p:mqtt-streaming'
- title: 'Pravega'
labels: 'p:pravega'
labels:
- 'p:pravega'
- title: 'Reference'
labels: 'p:reference'
labels:
- 'p:reference'
- title: 'Server-sent events (SSE)'
labels: 'p:sse'
labels:
- 'p:sse'
- title: 'Simple Codecs'
labels: 'p:recordio'
labels:
- 'p:recordio'
- title: 'Slick'
labels: 'p:slick'
labels:
- 'p:slick'
- title: 'Spring Web'
labels: 'p:spring-web'
labels:
- 'p:spring-web'
- title: 'Text'
labels: 'p:text'
labels:
- 'p:text'
- title: 'UDP'
labels: 'p:udp'
labels:
- 'p:udp'
- title: 'Unix Domain Socket'
labels: 'p:unix-domain-socket'
labels:
- 'p:unix-domain-socket'
- title: 'XML'
labels: 'p:xml'
labels:
- 'p:xml'
- title: Other Changes
labels:
- "*"

0 comments on commit 1cb4f28

Please sign in to comment.