Releases: ba-st-actions/email-release-notification
Releases · ba-st-actions/email-release-notification
v3.1.2
Changelog
- Improved mail body by just lowercasing the first letter of the repo description.
v3.1.1
Changelog
- You can now optionally CC mailing lists by setting a secret named
DISTRIBUTION_LISTS
.
v3.0.0
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
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