11name-template : " IDDEFIX v$NEXT_PATCH_VERSION"
22tag-template : " v$NEXT_PATCH_VERSION"
3+
34categories :
45 - title : " 🚀 New Features"
5- labels : ["feature", "feat", "enhancement"]
6+ labels : ["feature", "enhancement"]
7+ commit-keywords : ["feat", "feature"]
68 - title : " 🐛 Bugfixes"
7- labels : ["bug", "fix", "bugfix"]
9+ labels : ["fix", "bug"]
10+ commit-keywords : ["fix"]
811 - title : " 💗 Other Tag Highlights"
9- labels : ["style", "test", "docs", "build"]
10- - title : " 👋👩💻 New Contributors"
11- labels : ["contributor"]
12- change-template : " - $TITLE (@$AUTHOR)"
12+ labels : ["example", "docs", "style", "test", "build"]
13+ commit-keywords : ["docs", "build", "style", "refactor"]
14+
15+ change-template : " - {title} (@{author})"
16+ change-title-escapes : true
17+
1318template : |
1419 # IDDEFIX v$NEXT_PATCH_VERSION
1520 *Coming soon!*
@@ -23,8 +28,13 @@ template: |
2328 ## 🐛 Bugfixes
2429 $CHANGES
2530
26- ## 👋👩💻 New Contributors
31+ ## 👋👩💻 Contributors
2732 $CONTRIBUTORS
2833
2934 ## 📝Full changelog
3035 [`git log $PREVIOUS_TAG...$CURRENT_TAG`](https://github.com/OWNER/REPO/compare/$PREVIOUS_TAG...$CURRENT_TAG)
36+
37+ include-commit-messages : true
38+ sort-by : " merged_at"
39+ sort-direction : descending
40+
0 commit comments