expo-postpublish-releasechannels-slack-notify

1.0.6 • Public • Published

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",
            }
        }
      }
    ]
  }

Readme

Keywords

none

Package Sidebar

Install

npm i expo-postpublish-releasechannels-slack-notify

Weekly Downloads

0

Version

1.0.6

License

MIT

Unpacked Size

2.53 kB

Total Files

3

Last publish

Collaborators

  • lvantours