2022-05-30 13:57:15 +00:00
|
|
|
# .github/release.yml
|
|
|
|
|
|
|
|
changelog:
|
2022-06-07 23:36:16 +00:00
|
|
|
exclude:
|
|
|
|
labels:
|
|
|
|
- translation
|
2023-04-26 13:18:03 +00:00
|
|
|
- documentation
|
2022-05-30 13:57:15 +00:00
|
|
|
categories:
|
|
|
|
- title: Breaking Changes
|
|
|
|
labels:
|
|
|
|
- Semver-Major
|
|
|
|
- breaking
|
2022-06-13 22:10:10 +00:00
|
|
|
- title: Security Patches
|
|
|
|
labels:
|
|
|
|
- security
|
2022-05-30 13:57:15 +00:00
|
|
|
- title: New Features
|
|
|
|
labels:
|
|
|
|
- Semver-Minor
|
2023-06-05 09:41:42 +00:00
|
|
|
- feature
|
2022-05-30 13:57:15 +00:00
|
|
|
- enhancement
|
2023-06-05 09:41:42 +00:00
|
|
|
- title: Experimental Features
|
|
|
|
labels:
|
|
|
|
- experimental
|
2022-05-30 13:57:15 +00:00
|
|
|
- title: Bug Fixes
|
|
|
|
labels:
|
|
|
|
- Semver-Patch
|
|
|
|
- bug
|
|
|
|
- title: Devops / Setup Changes
|
|
|
|
labels:
|
|
|
|
- docker
|
|
|
|
- setup
|
|
|
|
- demo
|
|
|
|
- CI
|
2024-05-14 09:55:18 +00:00
|
|
|
- title: Dependencies
|
|
|
|
labels:
|
|
|
|
- dependency
|
2022-05-30 13:57:15 +00:00
|
|
|
- title: Other Changes
|
|
|
|
labels:
|
|
|
|
- "*"
|