-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
email notifications on release #748
Comments
this task will get someone's attention soon |
@alevohin it's your task now |
@yegor256 thank you for the ticket reported, I topped your account for 15 mins, transaction |
@yegor256 what subject of letter must be? |
@alevohin how about |
@yegor256 ok. Maybe something like |
@alevohin yes, totally agree |
@yegor256 PR was merged. Please check and close issue. |
@alevohin thanks! |
3 puzzles were created here: |
Let's make it possible to receive email notifications on every release, for example (
.rultor.yml
):Similar to what we do in
CommentsTag
we should do here - send an email to all listed addresses. The body of the email should contain similar text to what we create for the tag comment. Let's use jcabi-email for email sending.748-9cbe7474
/Mails.java:47-53: Implement Mails agent. Similar to... #830 (by )748-bb1cb5c5
/Mails.java:54-56: Describe in file 2014-07-13-reference.md config... #828 (by )748-a3bd319f
/MailsTest.java:95-96: Implement method sendsToRecipients. It must... #829 (by )The text was updated successfully, but these errors were encountered: