UNPKG

@invisible/changelog-update

Version:

Ensure updates to your changelog, and push them to Slack seamlessly

16 lines (13 loc) 278 B
'use strict' const CHANGELOG_FILE = 'CHANGELOG.md' const ICON_EMOJI = 'robot_face' const MASTER = 'master' const ORIGIN_MASTER = 'origin/master' const SLACKBOT_NAME = 'Changelog' module.exports = { CHANGELOG_FILE, ICON_EMOJI, MASTER, ORIGIN_MASTER, SLACKBOT_NAME, }