| change-template: "* $TITLE (#$NUMBER) by @$AUTHOR" | |
| categories: | |
| - title: "β‘ Breaking Changes" | |
| labels: | |
| - "breaking-change" | |
| - title: "πNew features and non-breaking changes" | |
| labels: | |
| - "feature" | |
| - title: "π Documentation updates" | |
| labels: | |
| - "documentation" | |
| - title: "π Bug and hot fixes" | |
| labels: | |
| - "bug" | |
| - "fix" | |
| - title: "π Deprecations" | |
| labels: | |
| - "deprecated" | |
| - title: "π§ Maintenance" | |
| labels: | |
| - "internal" | |
| - "dependencies" | |
| exclude-labels: | |
| - "skip-changelog" | |
| tag-template: "v$NEXT_PATCH_VERSION" | |
| template: | | |
| ## Summary | |
| **[Human readable summary of changes]** | |
| ## Changes | |
| $CHANGES | |
| ## This release was made possible by the following contributors: | |
| $CONTRIBUTORS | |