UNPKG

semantic-release-gh

Version:

The official GitHub plugin, modified to accept repositoryUrl as a parameter

6 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RELEASE_NAME = exports.ISSUE_ID = void 0; exports.ISSUE_ID = '<!-- semantic-release:github -->'; exports.RELEASE_NAME = 'GitHub release'; //# sourceMappingURL=constants.js.map