Skip to content

Commit cb9f267

Browse files
ncipollinaclaude
andcommitted
ci(github): add release-drafter configuration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 45300fc commit cb9f267

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

.github/release-drafter.yml

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
3+
categories:
4+
- title: '🚀 Features'
5+
labels:
6+
- 'feat'
7+
- 'feature'
8+
- title: '🐛 Bug Fixes'
9+
labels:
10+
- 'fix'
11+
- 'bug'
12+
- title: '🧹 Maintenance'
13+
labels:
14+
- 'chore'
15+
- 'refactor'
16+
- 'deps'
17+
- title: '📖 Documentation'
18+
labels:
19+
- 'docs'
20+
- 'documentation'
21+
- title: '🔧 CI/CD'
22+
labels:
23+
- 'ci'
24+
- 'build'
25+
autolabeler:
26+
- label: 'feat'
27+
title:
28+
- '/^feat(\(.+\))?:/i'
29+
- label: 'fix'
30+
title:
31+
- '/^fix(\(.+\))?:/i'
32+
- label: 'docs'
33+
title:
34+
- '/^docs(\(.+\))?:/i'
35+
- label: 'chore'
36+
title:
37+
- '/^chore(\(.+\))?:/i'
38+
- label: 'refactor'
39+
title:
40+
- '/^refactor(\(.+\))?:/i'
41+
- label: 'ci'
42+
title:
43+
- '/^ci(\(.+\))?:/i'
44+
- label: 'deps'
45+
title:
46+
- '/^(chore|build)(\(deps\))?:/i'
47+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
48+
change-title-escapes: '\<*_&'
49+
version-resolver:
50+
major:
51+
labels:
52+
- 'breaking'
53+
- 'major'
54+
minor:
55+
labels:
56+
- 'feat'
57+
- 'feature'
58+
patch:
59+
labels:
60+
- 'fix'
61+
- 'bug'
62+
- 'chore'
63+
- 'refactor'
64+
- 'deps'
65+
- 'docs'
66+
- 'ci'
67+
- 'build'
68+
default: patch
69+
template: |
70+
## Changes
71+
72+
$CHANGES

0 commit comments

Comments
 (0)