Skip to content

Commit

Permalink
Add config for github release notes (deepset-ai#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
tholor committed Dec 3, 2021
1 parent 54f7763 commit 4e76129
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Breaking Changes 🛠
labels:
- breaking change
- title: Models
labels:
- topic:models
- title: REST API
labels:
- topic:api
- title: DocumentStores
labels:
- topic:document_store
- topic:elasticsearch
- topic:faiss
- topic:sql
- title: Documentation
labels:
- topic:documentation
- title: ui
labels:
- topic:ui
- title: Other Changes
labels:
- "*"

0 comments on commit 4e76129

Please sign in to comment.