Merge pull request #272 from creative-commoners/pulls/4.5/rc-changelog-message

DOC Adjust changelog template for RC releases
This commit is contained in:
Steve Boyd 2020-01-16 13:29:23 +13:00 committed by GitHub
commit c921509259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -4,9 +4,19 @@
-
{% if version.stability == 'rc' %}
## Release Candidate
This version of Silverstripe CMS is a **release candidate** for an upcoming stable version, and should not be applied to production websites. We encourage developers to test this version in development / testing environments and report any issues they encounter via GitHub.
{% elseif version.stable %}
## Upgrading {{ '{#upgrading}' }}
...
{% endif %}
{{ logs }}