Checks the CHANGELOG file and sends an email with the diff, if required.
This little helper sends notification emails out, if your CHANGELOG-file has changed.
composer require FriendsOfSilverStripe/release-notifications
e.g. mysite/_config/config.yml:
# send the release notification to the team and stakeholders
ReleaseNotification:
environments:
test1:
environment_name: test1
url: 'http://test1.company.com/'
filename: CHANGELOG.md
from: [email protected]
subject: New Release (TEST)
recipients:
- [email protected]
production:
environment_name: production
url: 'http://company.com/'
filename: CHANGELOG.md
from: [email protected]
subject: New Release
recipients:
- [email protected]
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem