File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- _extends : maven-gh-actions-shared
18+ # Configuration for Release Drafter: https://github.com/toolmantim/release-drafter
19+ name-template : $RESOLVED_VERSION
1920tag-template : maven-$RESOLVED_VERSION
21+ version-template : $COMPLETE
2022
23+ filter-by-commitish : true
2124include-pre-releases : true
2225prerelease : true
2326
24- # Override replacers to strip backport branch prefixes and handle JIRA links
27+ # Emoji reference: https://gitmoji.carloscuesta.me/
28+ categories :
29+
30+ - title : " :boom: Breaking changes"
31+ labels :
32+ - breaking
33+
34+ - title : 🚨 Removed
35+ label : removed
36+
37+ - title : ⚠️ Deprecated
38+ label : deprecated
39+
40+ - title : " :tada: Major features and improvements"
41+ labels :
42+ - major-enhancement
43+ - major-rfe
44+
45+ - title : 🐛 Major bug fixes
46+ labels :
47+ - major-bug
48+
49+ - title : 🚀 New features and improvements
50+ labels :
51+ - enhancement
52+ - feature
53+ - rfe
54+
55+ - title : 🐛 Bug Fixes
56+ labels :
57+ - bug
58+ - fix
59+ - bugfix
60+ - regression
61+
62+ - title : " :construction_worker: Changes for developers"
63+ labels :
64+ - developer
65+
66+ - title : 📝 Documentation updates
67+ label : documentation
68+
69+ - title : 👻 Maintenance
70+ labels :
71+ - chore
72+ - internal
73+ - maintenance
74+
75+ - title : 🔧 Build
76+ label : build
77+
78+ - title : 🚦 Tests
79+ labels :
80+ - test
81+ - tests
82+
83+ # Default label used by Dependabot
84+ - title : 📦 Dependency updates
85+ label : dependencies
86+
87+ exclude-labels :
88+ - reverted
89+ - no-changelog
90+ - skip-changelog
91+ - invalid
92+
93+ change-template : ' - $TITLE ([#$NUMBER]($URL)) @$AUTHOR'
94+
95+ template : |
96+ <!-- Optional: add a release summary here -->
97+ $CHANGES
98+
2599replacers :
26100 # Strip backport branch prefixes like [maven-4.0.x], [maven-3.x], etc.
27101 - search : ' /^\[maven-[\d\.x-]+\]\s*-?\s*/g'
You can’t perform that action at this time.
0 commit comments