friendsofsilverstripe/release-notifications
Composer 安装命令:
composer require friendsofsilverstripe/release-notifications
包简介
Checks the CHANGELOG file and sends an email with the diff, if required.
关键字:
README 文档
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
misc: future ideas/development, issues, contributing, license
统计信息
- 总下载量: 1.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-05-21