Merge pull request #254 from creative-commoners/pulls/4.4/release-changelog-template

Add and configure Cow changelog template
This commit is contained in:
Garion Herman 2019-10-22 13:00:41 +13:00 committed by GitHub
commit b171632ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"github-slug": "silverstripe/silverstripe-installer",
"changelog-holder": "silverstripe/framework",
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
"changelog-template": ".cow/.changelog.md.twig",
"child-stability-inherit": true,
"dependency-constraint": "exact",
"vendors": [

12
.cow/changelog.md.twig Normal file
View File

@ -0,0 +1,12 @@
# {{ version }}
## Overview {{ '{#overview}' }}
-
## Upgrading {{ '{#upgrading}' }}
...
{{ logs }}