Skip to content

Node script to send a notification to HipChat with the current git tag or hash

License

Notifications You must be signed in to change notification settings

gwa/hipchat-git-release-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HipChat git release notify

Sends a notification to a HipChat room with the latest git tag or commit hash.

Usage

Use as part of your CI process.

npm install hipchat-git-release-notify
./node_modules/.bin/hipchat-git-release-notify [server identifier] [project URL] [HipChat room ID] [HipChat token]

Arguments

The following command line arguments are required:

  • [server identifier]: A string identifing the project or server, e.g. MyProject STAGING.
  • [project URL]: A URL used in the notification message.
  • [HipChat room ID]: The HipChat room ID, available from the HipChat website.
  • [HipChat room token]: A HipChat room token, that can be created on the HipChat website.

About

Node script to send a notification to HipChat with the current git tag or hash

Resources

License

Stars

Watchers

Forks

Packages

No packages published