automate-release 2.0.13 → 2.0.16
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.
- package/README.md +1 -0
- package/package.json +2 -2
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.
|
|
5
|
+
"version": "2.0.16",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"automate-release": "bin/index.js"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"exists-file": "~3.0.2",
|
|
38
|
-
"fs-extra": "~10.
|
|
38
|
+
"fs-extra": "~10.1.0",
|
|
39
39
|
"json-future": "~2.2.4",
|
|
40
40
|
"lodash": "~4.17.19",
|
|
41
41
|
"meow": "~9.0.0",
|