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:
15
node_modules/conventional-changelog-codemirror/templates/template.hbs
generated
vendored
Normal file
15
node_modules/conventional-changelog-codemirror/templates/template.hbs
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{{> header}}
|
||||
|
||||
{{#each commitGroups}}
|
||||
|
||||
{{#if title}}
|
||||
### {{title}}
|
||||
|
||||
{{/if}}
|
||||
{{#each commits}}
|
||||
{{> commit root=@root}}
|
||||
{{/each}}
|
||||
{{/each}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user