mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 08:13:39 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
16
node_modules/conventional-changelog-angular/templates/template.hbs
generated
vendored
Normal file
16
node_modules/conventional-changelog-angular/templates/template.hbs
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{{> header}}
|
||||
|
||||
{{#each commitGroups}}
|
||||
|
||||
{{#if title}}
|
||||
### {{title}}
|
||||
|
||||
{{/if}}
|
||||
{{#each commits}}
|
||||
{{> commit root=@root}}
|
||||
{{/each}}
|
||||
|
||||
{{/each}}
|
||||
{{> footer}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user