name-template: "v$RESOLVED_VERSION ๐"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "๐ฅ Breaking Changes"
collapse-after: 5
labels:
- "breaking"
- title: "โจ Features"
collapse-after: 10
labels:
- "feature"
- title: "๐ Bug Fixes"
collapse-after: 10
labels:
- "bugfix"
- title: "๐งฐ Maintenance"
collapse-after: 3
labels:
- "chore"
- title: "๐ฆ Dependencies"
collapse-after: 3
labels:
- "dependencies"
- title: "๐ Documentation"
collapse-after: 3
labels:
- "documentation"
- title: "๐งช Tests"
collapse-after: 5
labels:
- "unit-test"
- title: "โก๏ธ Performance Improvements"
collapse-after: 5
labels:
- "perf"
- title: "๐๏ธ Security Fixes"
collapse-after: 3
labels:
- "security"
- title: "โป๏ธ Code Refactoring"
collapse-after: 5
labels:
- "refactor"
- title: "๐จ Code Style & Formatting"
collapse-after: 5
labels:
- "style"
- title: "๐ Reverts"
collapse-after: 3
labels:
- "revert"
change-template: "- $TITLE by $AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&`#@'
version-resolver:
major:
labels:
- "breaking"
- "revert"
minor:
labels:
- "feature"
- "perf"
- "security"
- "refactor"
patch:
labels:
- "bugfix"
- "style"
- "unit-test"
- "documentation"
- "dependencies"
- "chore"
default: patch
autolabeler:
- label: "feature"
branch:
- "/^add[/-]/"
- "/^feat[/-]/"
- "/^feature[/-]/"
- label: "bugfix"
branch:
- "/^(fix|bug|bugfix|hotfix)[/-]/"
- label: "breaking"
branch:
- "/^breaking[/-]/"
- "/^major[/-]/"
- "/^BREAKING[/-]/"
- label: "perf"
branch:
- "/^perf(ormance)?[/-]/"
- "/^optimize[/-]/"
- label: "refactor"
branch:
- "/^refactor[/-]/"
- "/^cleanup[/-]/"
- "/^restructure[/-]/"
- label: "unit-test"
branch:
- "/^tests?[/-]/"
- label: "documentation"
branch:
- "/^docs?[/-]/"
- "/^documentation[/-]/"
- label: "style"
branch:
- "/^style[/-]/"
- "/^format[/-]/"
- "/^lint[/-]/"
- label: "chore"
branch:
- "/^chore[/-]/"
- "/^maintenance[/-]/"
- "/^config[/-]/"
- "/^update[/-]/"
- label: "dependencies"
branch:
- "/^deps?[/-]/"
- "/^dependabot[/-]/"
- "/^dependencies[/-]/"
- label: "security"
branch:
- "/^security[/-]/"
- "/^sec[/-]/"
- label: "revert"
branch:
- "/^revert[/-]/"
- "/^rollback[/-]/"
template: |
## ๐ What's Changed
$CHANGES
---
## ๐ Release Statistics
**Contributors**: $CONTRIBUTORS
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
---
## ๐ก Need Help?
- ๐ [Documentation](https://github.com/$OWNER/$REPOSITORY/blob/main/README.md)
- ๐ [Report Issues](https://github.com/$OWNER/$REPOSITORY/issues)
- ๐ฌ [Discussions](https://github.com/$OWNER/$REPOSITORY/discussions)
exclude-labels:
- "skip-changelog"
- "duplicate"
- "question"
- "invalid"
- "wontfix"
- "size: xs"
- "size: small"
- "size: medium"
- "size: large"
- "size: xl"
include-labels:
- "breaking"
- "feature"
- "bugfix"
- "perf"
- "security"
- "refactor"
- "style"
- "unit-test"
- "documentation"
- "dependencies"
- "chore"
- "revert"