automate-release 2.0.14 → 2.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -243,6 +243,7 @@ Just you need to recover the latest release and publish it on other channel usin
243
243
 
244
244
  #### Services
245
245
 
246
+ - [release-notifier!](https://release-notifier.com/) - GitHub Release Notifications via E-mail or webhook (e.g. Rocket.chat channel)
246
247
  - [CodeRelease.io](https://coderelease.io) - GitHub Release Notifications on Your E-mail.
247
248
  - [IFTTT](https://ifttt.com) / [Zapier](https://zapier.com/) – For declaring using *RSS-to-Slack* recipes or similar.
248
249
  - [@github_releases_notify_bot](https://telegram.me/github_releases_notify_bot) – Telegram bot to receive release notifications.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "automate-release",
3
3
  "description": "No more manual work in your software releases.",
4
4
  "homepage": "https://nicedoc.io/kikobeats/automate-release",
5
- "version": "2.0.14",
5
+ "version": "2.0.17",
6
6
  "main": "index.js",
7
7
  "bin": {
8
8
  "automate-release": "bin/index.js"