UNPKG

git-release-manager

Version:

A tool to generate release notes from git commit history

10 lines 544 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOCAL_CONFIG_PATH = exports.DEFAULT_CONFIG_PATH = void 0; const path_1 = __importDefault(require("path")); exports.DEFAULT_CONFIG_PATH = path_1.default.resolve(__dirname, 'defaults/config.json'); exports.LOCAL_CONFIG_PATH = path_1.default.resolve(process.cwd(), '.grm/config.json'); //# sourceMappingURL=constants.js.map