File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,21 @@ name-template: 'v$RESOLVED_VERSION 🌈'
22tag-template : ' v$RESOLVED_VERSION'
33categories :
44 - title : ' 🚀 Features'
5+ collapse-after : 5
56 labels :
67 - ' feature'
78 - ' enhancement'
89 - title : ' 🐛 Bug Fixes'
10+ collapse-after : 5
911 labels :
1012 - ' fix'
1113 - ' bugfix'
1214 - ' bug'
1315 - title : ' 🧰 Maintenance'
16+ collapse-after : 5
1417 label : ' chore'
15- - title : ' 🧰 Documentation'
18+ - title : ' 📄 Documentation'
19+ collapse-after : 5
1620 label : ' documentation'
1721change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
1822change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
@@ -30,4 +34,6 @@ version-resolver:
3034template : |
3135 ## Changes
3236
37+ [Describe this new release here]
38+
3339 $CHANGES
You can’t perform that action at this time.
0 commit comments