Skip to content

Commit a1d6820

Browse files
gnodetclaude
andauthored
Fix release-drafter config for v7 (#316)
The _extends directive is not supported in release-drafter v7. Inline the org-level config with the repo-specific tag template. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ffcc20 commit a1d6820

1 file changed

Lines changed: 60 additions & 1 deletion

File tree

.github/release-drafter.yml

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1-
_extends: .github
21
name-template: $NEXT_PATCH_VERSION
32
tag-template: plexus-utils-$NEXT_PATCH_VERSION
3+
version-template: $MAJOR.$MINOR.$PATCH
4+
5+
categories:
6+
- title: ":boom: Breaking changes"
7+
labels:
8+
- breaking
9+
- title: 🚨 Removed
10+
label: removed
11+
- title: ":tada: Major features and improvements"
12+
labels:
13+
- major-enhancement
14+
- major-rfe
15+
- title: 🐛 Major bug fixes
16+
labels:
17+
- major-bug
18+
- title: ⚠️ Deprecated
19+
label: deprecated
20+
- title: 🚀 New features and improvements
21+
labels:
22+
- enhancement
23+
- feature
24+
- rfe
25+
- title: 🐛 Bug Fixes
26+
labels:
27+
- bug
28+
- fix
29+
- bugfix
30+
- regression
31+
- title: ":construction_worker: Changes for plugin developers"
32+
labels:
33+
- developer
34+
- title: 📝 Documentation updates
35+
label: documentation
36+
- title: 👻 Maintenance
37+
labels:
38+
- chore
39+
- internal
40+
- maintenance
41+
- title: 🔧 Build
42+
label: build
43+
- title: 🚦 Tests
44+
labels:
45+
- test
46+
- tests
47+
- title: 📦 Dependency updates
48+
label:
49+
- dependencies
50+
- dependency
51+
- dependency-upgrade
52+
exclude-labels:
53+
- reverted
54+
- no-changelog
55+
- skip-changelog
56+
- invalid
57+
58+
change-template: '- $TITLE ([#$NUMBER]($URL)) @$AUTHOR'
59+
60+
template: |
61+
<!-- Optional: add a release summary here -->
62+
$CHANGES

0 commit comments

Comments
 (0)