semantic-release-discord-bot
Version:
A discord bot for semantic-release library notifying release statuses
8 lines (7 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TG_BOT_PACKAGE_NAME = exports.DISCORD_WEBHOOK = void 0;
/* Name of Telegram bot token variable */
exports.DISCORD_WEBHOOK = 'DISCORD_WEBHOOK';
/* Name of package name variable */
exports.TG_BOT_PACKAGE_NAME = 'SEMANTIC_RELEASE_PACKAGE';