friendsofsilverstripe / release-notifications
Checks the CHANGELOG file and sends an email with the diff, if required.
Fund package maintenance!
spekulatius
www.buymeacoffee.com/spekulatius
Installs: 1 644
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 2
Open Issues: 1
Type:silverstripe-module
Requires
- php: ~5.4
- silverstripe/framework: ~3.0
Suggests
- spekulatius/painfreereleases: Kind of built together.
README
This little helper sends notification emails out, if your CHANGELOG-file has changed.
Requirements
- SilverStripe Framework 3.x
- a markdown CHANGELOG.md file in your website source code, during the deployment.
Installation
composer require FriendsOfSilverStripe/release-notifications
Configuration
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: dev-team@company.com subject: New Release (TEST) recipients: - qa-team@company.com production: environment_name: production url: 'http://company.com/' filename: CHANGELOG.md from: info@company.com subject: New Release recipients: - info@company.com