File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ name-template : ' v$RESOLVED_VERSION'
2+ tag-template : ' v$RESOLVED_VERSION'
3+ template : |
4+ # Changelog
5+ $CHANGES
6+
7+ See details of [all code changes](https://github.com/zkoppert/innersource-crawler/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION) since previous release
8+
9+ categories :
10+ - title : ' 🚀 Features'
11+ labels :
12+ - ' feature'
13+ - ' enhancement'
14+ - title : ' 🐛 Bug Fixes'
15+ labels :
16+ - ' fix'
17+ - ' bugfix'
18+ - ' bug'
19+ - title : ' 🧰 Maintenance'
20+ labels :
21+ - ' infrastructure'
22+ - ' automation'
23+ - ' documentation'
24+ - ' dependencies'
25+ - title : ' 🏎 Performance'
26+ label : ' performance'
27+ change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
28+ version-resolver :
29+ major :
30+ labels :
31+ - ' type: breaking'
32+ minor :
33+ labels :
34+ - ' type: enhancement'
35+ patch :
36+ labels :
37+ - ' type: bug'
38+ - ' type: maintenance'
39+ - ' type: documentation'
40+ default : patch
You can’t perform that action at this time.
0 commit comments