Merge pull request #9730 from creative-commoners/pulls/4/provisional-changelogs

DOC Add note about creating provisional changelogs following minor releases
This commit is contained in:
Serge Latyntsev 2020-10-13 13:22:54 +13:00 committed by GitHub
commit b71b605251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -524,6 +524,9 @@ will need to be regularly updated.
* For major or minor releases: Work with SilverStripe marketing to get a blog post out.
They might choose to announce the release on social media as well.
* If the minor or major release includes security fixes, follow the publication instructions in the [Security Release Process](#security-release-process) section.
* If you released a minor, raise a PR to add a provisional changelog for the next minor release based on the
[template](https://github.com/silverstripe/silverstripe-installer/blob/4/.cow/changelog.md.twig). This allows
contributors to start adding release notes for changes in the next minor prior to its release.
## See also