mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Add and configure Cow changelog template
This commit is contained in:
parent
c9a4efe29d
commit
0eede14f45
12
.changelog.md.twig
Normal file
12
.changelog.md.twig
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# {{ version }}
|
||||||
|
|
||||||
|
## Overview {{ '{#overview}' }}
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## Upgrading {{ '{#upgrading}' }}
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
{{ logs }}
|
||||||
|
|
@ -2,6 +2,7 @@
|
|||||||
"github-slug": "silverstripe/silverstripe-installer",
|
"github-slug": "silverstripe/silverstripe-installer",
|
||||||
"changelog-holder": "silverstripe/framework",
|
"changelog-holder": "silverstripe/framework",
|
||||||
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
|
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
|
||||||
|
"changelog-template": ".changelog.md.twig",
|
||||||
"child-stability-inherit": true,
|
"child-stability-inherit": true,
|
||||||
"dependency-constraint": "exact",
|
"dependency-constraint": "exact",
|
||||||
"vendors": [
|
"vendors": [
|
||||||
|
Loading…
Reference in New Issue
Block a user