Skip to content

Commit 152702e

Browse files
committed
build: improve release template
1 parent 434ff48 commit 152702e

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

.github/release-drafter.yml

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
name-template: "IDDEFIX v$NEXT_PATCH_VERSION"
22
tag-template: "v$NEXT_PATCH_VERSION"
3+
34
categories:
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+
1318
template: |
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

Comments
 (0)