Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit b56bf02

Browse files
♻️ Use H2 instead of H1 in release notes
1 parent 310043c commit b56bf02

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

β€Žconfig/helpers/default-template.hbs

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
{{#if compareUrl}}
2-
# [v{{nextRelease.version}}]({{compareUrl}}) ({{datetime "UTC:yyyy-mm-dd"}})
2+
## [v{{nextRelease.version}}]({{compareUrl}}) ({{datetime "UTC:yyyy-mm-dd"}})
33
{{else}}
4-
# v{{nextRelease.version}} ({{datetime "UTC:yyyy-mm-dd"}})
4+
## v{{nextRelease.version}} ({{datetime "UTC:yyyy-mm-dd"}})
55
{{/if}}
66

77
{{#with commits}}
88
{{#if sparkles}}
9-
## ✨ New features
9+
### ✨ New features
1010

1111
{{#each sparkles}}- {{> commitTemplate}}{{/each}}
1212
{{/if}}
1313

1414
{{#if recycle}}
15-
## ♻️ Updates
15+
### ♻️ Updates
1616

1717
{{#each recycle}}- {{> commitTemplate}}{{/each}}
1818
{{/if}}
1919

2020
{{#if lipstick}}
21-
## πŸ’„ Interface changes
21+
### πŸ’„ Interface changes
2222

2323
{{#each lipstick}}- {{> commitTemplate}}{{/each}}
2424
{{/if}}
2525

2626
{{#if bug}}
27-
## πŸ› Bug fixes
27+
### πŸ› Bug fixes
2828

2929
{{#each bug}}- {{> commitTemplate}}{{/each}}
3030
{{/if}}
3131

3232
{{#if ambulance}}
33-
## πŸš‘ Critical hotfixes
33+
### πŸš‘ Critical hotfixes
3434

3535
{{#each ambulance}}- {{> commitTemplate}}{{/each}}
3636
{{/if}}
3737

3838
{{#if lock}}
39-
## πŸ”’ Security issues
39+
### πŸ”’ Security issues
4040

4141
{{#each lock}}- {{> commitTemplate}}{{/each}}
4242
{{/if}}
4343

4444
{{#if boom}}
45-
## πŸ’₯ Breaking changes
45+
### πŸ’₯ Breaking changes
4646

4747
{{#each boom}}- {{> commitTemplate}}{{/each}}
4848
{{/if}}

0 commit comments

Comments
Β (0)