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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
---
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
sort-direction: ascending
categories:
- title: "π¨ Breaking changes"
labels:
- "breaking-change"
- title: "β¨ New features"
labels:
- "new-feature"
- title: "π Bug fixes"
labels:
- "bugfix"
- title: "π Enhancements"
labels:
- "enhancement"
- "refactor"
- "performance"
- title: "π§° Maintenance"
labels:
- "maintenance"
- "ci"
- title: "π Documentation"
labels:
- "documentation"
- title: "β¬οΈ Dependency updates"
labels:
- "dependencies"
version-resolver:
major:
labels:
- "major"
- "breaking-change"
minor:
labels:
- "minor"
- "new-feature"
patch:
labels:
- "bugfix"
- "chore"
- "ci"
- "dependencies"
- "documentation"
- "enhancement"
- "performance"
- "refactor"
default: patch
template: |
## Whatβs changed
$CHANGES
|