File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ project :
2+ versionPattern : CUSTOM
3+ release :
4+ github :
5+ discussionCategoryName : Announcements
6+ tagName : ' {{projectVersion}}'
7+ changelog :
8+ links : true
9+ formatted : ALWAYS
10+ format : ' - {{commitShortHash}} {{commitTitle}}'
11+ preset : ' conventional-commits'
12+ excludeLabels :
13+ - ' chore'
14+ - ' merge'
15+ labelers :
16+ - label : ' chore'
17+ title : ' [maven-release-plugin] prepare'
18+ order : 1
19+ categories :
20+ - title : ' 🏎 Perf'
21+ key : ' perf'
22+ labels :
23+ - ' perf'
24+ order : 25
Original file line number Diff line number Diff line change 169169 <autoReleaseAfterClose >true</autoReleaseAfterClose >
170170 </configuration >
171171 </plugin >
172+
173+ <plugin >
174+ <groupId >org.jreleaser</groupId >
175+ <artifactId >jreleaser-maven-plugin</artifactId >
176+ <version >1.1.0</version >
177+ <configuration >
178+ <configFile >jreleaser.yml</configFile >
179+ </configuration >
180+ </plugin >
172181 </plugins >
173182
174183 <pluginManagement >
You can’t perform that action at this time.
0 commit comments