Extend categories for release notes (#1841)

This commit is contained in:
Malte Pietsch 2021-12-03 13:19:45 +01:00 committed by GitHub
parent 4e76129004
commit e5599bd337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/release.yml vendored
View File

@ -3,27 +3,31 @@ changelog:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
- title: Breaking Changes
labels:
- breaking change
- title: Pipeline
labels:
- topic:pipeline
- title: Models
labels:
- topic:models
- title: REST API
labels:
- topic:api
- title: DocumentStores
labels:
- topic:document_store
- topic:elasticsearch
- topic:faiss
- topic:sql
- title: REST API
labels:
- topic:api
- title: UI / Demo
labels:
- topic:ui
- topic:demo
- title: Documentation
labels:
- topic:documentation
- title: ui
labels:
- topic:ui
- title: Other Changes
labels:
- "*"