Skip to content

Releases: ba-st-actions/email-release-notification

v3.1.2

06 May 20:55
Compare
Choose a tag to compare

Changelog

  • Improved mail body by just lowercasing the first letter of the repo description.

v3.1.1

30 Apr 15:34
Compare
Choose a tag to compare

Changelog

  • You can now optionally CC mailing lists by setting a secret named DISTRIBUTION_LISTS.

v3.0.0

11 Mar 18:18
Compare
Choose a tag to compare

Changelog

  • The sender mail is now configured in a secret named SENDER_EMAIL.

Migration Guide

  • Set-up the new SENDER_EMAIL secret

v2.0.0

10 Mar 16:35
Compare
Choose a tag to compare

v2.0.0

  • Improve Javascript linting
  • Use a non-deprecated library for http
  • Improved the mail template
  • Use the GitHub API to get info about the owner of the repository

Thanks @serpi90 and @leandrojdl for the js revamp