UNPKG

semantic-release-gh

Version:

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

8 lines (7 loc) 151 B
export declare const ParseGitHubURL: (repositoryUrl: string) => { owner: any; repo: any; } | { owner?: undefined; repo?: undefined; };