Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Release Promotion Notification (JS)

This repo contains simple scripts that demonstrate how to handle release promotion events.

Install

  • Install required JS packages:
npm install
  • Done

Configuration

Example configuration file

module.exports = {
  pulse: {
    // use https://pulseguardian.mozilla.org/ to manage your Pulse credentials
    credentials: {
      username: "xxx",
      password: "xxx"
    },
    // Define queueName to create a durable queue
    // queueName: "notify-js"
  },
  taskcluster: {
    credentials: {
      clientId: "xxx",
      accessToken: "xxx"
    },
    routingKey: 'route.index.releases.v1.#'
  }
};

Running

npm run start -- -c path/to/your/config.js

About

Simple release promotion notifier written in JS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages