File tree 1 file changed +57
-2
lines changed
1 file changed +57
-2
lines changed Original file line number Diff line number Diff line change 1
- _extends : .github
2
- tag-template : jira-plugin-$NEXT_MINOR_VERSION
1
+ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
2
+ name-template : $NEXT_MINOR_VERSION
3
+ tag-template : plexus-compiler-$NEXT_MINOR_VERSION
4
+ version-template : $MAJOR.$MINOR.$PATCH
5
+
6
+ # Emoji reference: https://gitmoji.carloscuesta.me/
7
+ categories :
8
+ - title : " :boom: Breaking changes"
9
+ labels :
10
+ - breaking
11
+ - title : 🚨 Removed
12
+ label : removed
13
+ - title : " :tada: Major features and improvements"
14
+ labels :
15
+ - major-enhancement
16
+ - major-rfe
17
+ - title : 🐛 Major bug fixes
18
+ labels :
19
+ - major-bug
20
+ - title : ⚠️ Deprecated
21
+ label : deprecated
22
+ - title : 🚀 New features and improvements
23
+ labels :
24
+ - enhancement
25
+ - feature
26
+ - rfe
27
+ - title : 🐛 Bug Fixes
28
+ labels :
29
+ - bug
30
+ - fix
31
+ - bugfix
32
+ - regression
33
+ - title : " :construction_worker: Changes for plugin developers"
34
+ labels :
35
+ - developer
36
+ # Default label used by Dependabot
37
+ - title : 📦 Dependency updates
38
+ label : dependencies
39
+ - title : 📝 Documentation updates
40
+ label : documentation
41
+ - title : 👻 Maintenance
42
+ labels :
43
+ - chore
44
+ - internal
45
+ - title : 🚦 Tests
46
+ labels :
47
+ - test
48
+ - tests
49
+ exclude-labels :
50
+ - reverted
51
+ - no-changelog
52
+ - skip-changelog
53
+ - invalid
54
+
55
+ template : |
56
+ <!-- Optional: add a release summary here -->
57
+ $CHANGES
You can’t perform that action at this time.
0 commit comments