Spaces:
Running
Running
File size: 736 Bytes
8320ccc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# Release drafter configuration https://github.com/release-drafter/release-drafter#configuration
# Emojis were chosen to match the https://gitmoji.carloscuesta.me/
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: ":rocket: Features"
labels: [enhancement, feature]
- title: ":wrench: Fixes"
labels: [bug, bugfix, fix]
- title: ":toolbox: Maintenance & Refactor"
labels: [refactor, refactoring, chore]
- title: ":package: Build System & CI/CD & Test"
labels: [build, ci, testing, test]
- title: ":pencil: Documentation"
labels: [documentation]
- title: ":arrow_up: Dependencies updates"
labels: [dependencies]
template: |
## What’s Changed
$CHANGES
|