1.0.6 • Published 4 years ago

expo-postpublish-releasechannels-slack-notify v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

expo-postpublish-releasechannels-slack-notify

Post a notification on Slack on a specific channel when your project is published with a QR code.

Installation

  1. Create an incoming webhook and keep the window open with the URL.
  2. yarn add expo-postpublish-releasechannels-slack-notify in your project.
  3. Add the following to your app.json within the "expo" key.
  "hooks": {
    "postPublish": [
      {
        "file": "expo-postpublish-releasechannels-slack-notify",
        "config": {
            "<release-channel-name>" : {
              "webhookUrl": "your webhook url here", // slack incoming webhooks are dedicated to a single channel
            },
            "default" : {
              "webhookUrl": "your webhook url here",
            }
        }
      }
    ]
  }
1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago