mirror of
https://github.com/cudr/slate-collaborative.git
synced 2024-10-27 20:34:06 +00:00
feat: modify changelog template
This commit is contained in:
parent
e36c4318e2
commit
c40cdda45d
@ -1,11 +1,32 @@
|
|||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
{{#unless options.hideCredit}}
|
||||||
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||||
|
{{/unless}}
|
||||||
|
|
||||||
{{#each releases}}
|
{{#each releases}}
|
||||||
Released {{title}} {{href}} at {{niceDate}}
|
{{#if href}}
|
||||||
|
###{{#unless major}}#{{/unless}} [{{title}}]({{href}})
|
||||||
|
{{else}}
|
||||||
|
#### {{title}}
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if tag}}
|
||||||
|
> {{niceDate}}
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
{{#if summary}}
|
||||||
|
{{summary}}
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
{{#each merges}}
|
{{#each merges}}
|
||||||
- Merge {{message}} {{id}} {{href}}
|
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{message}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
{{#each fixes}}
|
{{#each fixes}}
|
||||||
- Fix {{commit}} {{commit.subject}} {{id}} linked to {{href}}.
|
- {{#if commit.breaking}}**Breaking change:** {{/if}}{{commit.subject}}{{#each fixes}}{{#if href}} [`#{{id}}`]({{href}}){{/if}}{{/each}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
{{#each commits}}
|
||||||
|
- {{#if breaking}}**Breaking change:** {{/if}}{{subject}}{{#if href}} [`{{shorthash}}`]({{href}}){{/if}}
|
||||||
|
{{/each}}
|
||||||
|
|
||||||
{{/each}}
|
{{/each}}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"lerna": "2.7.1",
|
"lerna": "2.7.1",
|
||||||
"version": "0.6.6",
|
"version": "0.6.7",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true
|
"useWorkspaces": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user