File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-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+ # What's Changed
5+
6+ $CHANGES
7+
8+ **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
9+
10+ categories :
11+ - title : ' 💥 Breaking'
12+ label : ' type: breaking'
13+ - title : ' ✨ New'
14+ label : ' type: feature'
15+ - title : ' 🐛 Bug Fixes'
16+ label : ' type: bug'
17+ - title : ' 🏗️ Maintenance'
18+ label : ' type: maintenance'
19+ - title : ' 🔒 Security'
20+ label : ' type: security'
21+ - title : ' 👷 CI/CD'
22+ label : ' type: cicd'
23+ - title : ' 📝 Documentation'
24+ label : ' type: docs'
25+ - title : ' Other changes'
26+ - title : ' 🏷️ Dependency Updates'
27+ label : ' type: dependencies'
28+ collapse-after : 5
29+
30+ version-resolver :
31+ major :
32+ labels :
33+ - ' type: breaking'
34+ minor :
35+ labels :
36+ - ' type: feature'
37+ patch :
38+ labels :
39+ - ' type: bug'
40+ - ' type: maintenance'
41+ - ' type: docs'
42+ - ' type: dependencies'
43+ - ' type: cicd'
44+
45+ exclude-labels :
46+ - ' skip-changelog'
You can’t perform that action at this time.
0 commit comments