Merge pull request #309 from creative-commoners/pulls/4/cow-update

MNT supress changelog generation and loosen dependency constraint
This commit is contained in:
Maxime Rainville 2021-08-25 21:05:58 +12:00 committed by GitHub
commit 7ee712f47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,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",
"dependency-constraint": "loose",
"vendors": [
"silverstripe"
],