Skip to content

Instantly share code, notes, and snippets.

@ahirel
Last active March 10, 2019 22:19
Show Gist options
  • Save ahirel/38e55dd759a8d36e198291de1e94cd8b to your computer and use it in GitHub Desktop.
Save ahirel/38e55dd759a8d36e198291de1e94cd8b to your computer and use it in GitHub Desktop.
function newVersionAvailable(number, name) {
simplerDev.do("notifyUsersOnSlack", "allUsers", {
message: `A new version is available! : ${name} (${number})`
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment