Browse Source
Merge pull request #14711 from thingsboard/fix/release-notes-config
Fix release notes generation for bugs section
pull/14712/head
Viacheslav Klimov
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
34 additions and
17 deletions
-
.github/release.yml
|
|
|
@ -23,27 +23,19 @@ changelog: |
|
|
|
labels: |
|
|
|
- 'Major Core' |
|
|
|
- 'Major Rule Engine' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'Major UI' |
|
|
|
labels: |
|
|
|
- 'Major UI' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'Major Transport' |
|
|
|
labels: |
|
|
|
- 'Major Transport' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'Major Edge' |
|
|
|
labels: |
|
|
|
- 'Major Edge' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'Core & Rule Engine' |
|
|
|
labels: |
|
|
|
- 'Core' |
|
|
|
@ -51,38 +43,63 @@ changelog: |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'UI' |
|
|
|
labels: |
|
|
|
- 'UI' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'Transport' |
|
|
|
labels: |
|
|
|
- 'Transport' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'Edge' |
|
|
|
labels: |
|
|
|
- 'Edge' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Bug' |
|
|
|
|
|
|
|
- title: 'Bug: Core & Rule Engine' |
|
|
|
labels: |
|
|
|
- 'Core' |
|
|
|
- 'Rule Engine' |
|
|
|
- 'Bug' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'UI' |
|
|
|
- 'Transport' |
|
|
|
- 'Edge' |
|
|
|
|
|
|
|
- title: 'Bug: UI' |
|
|
|
labels: |
|
|
|
- 'UI' |
|
|
|
- 'Bug' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Core' |
|
|
|
- 'Rule Engine' |
|
|
|
- 'Transport' |
|
|
|
- 'Edge' |
|
|
|
|
|
|
|
- title: 'Bug: Transport' |
|
|
|
labels: |
|
|
|
- 'Transport' |
|
|
|
- 'Bug' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Core' |
|
|
|
- 'Rule Engine' |
|
|
|
- 'UI' |
|
|
|
- 'Edge' |
|
|
|
|
|
|
|
- title: 'Bug: Edge' |
|
|
|
labels: |
|
|
|
- 'Edge' |
|
|
|
- 'Bug' |
|
|
|
exclude: |
|
|
|
labels: |
|
|
|
- 'Core' |
|
|
|
- 'Rule Engine' |
|
|
|
- 'UI' |
|
|
|
- 'Transport' |
|
|
|
|