friendsofsilverstripe/release-notifications

检查CHANGELOG文件,并在需要时发送包含差异的电子邮件。

0.2.1 2016-07-09 04:33 UTC

This package is auto-updated.

Last update: 2024-08-28 04:22:08 UTC


README

这个小助手会在您的CHANGELOG文件发生变化时发送通知电子邮件

要求

安装

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

其他:未来想法/开发,问题贡献许可协议