friendsofsilverstripe / release-notifications
检查CHANGELOG文件,并在需要时发送包含差异的电子邮件。
0.2.1
2016-07-09 04:33 UTC
Requires
- php: ~5.4
- silverstripe/framework: ~3.0
Suggests
- spekulatius/painfreereleases: Kind of built together.
README
这个小助手会在您的CHANGELOG文件发生变化时发送通知电子邮件。
要求
- SilverStripe框架3.x
- 在网站源代码部署期间,需要markdown CHANGELOG.md文件。
安装
composer require FriendsOfSilverStripe/release-notifications
配置
例如: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