GitHub API functions
- Source:
Methods
(async, static) checkGithubToken(data)
check if GitHub token is set and valid to use
Parameters:
Name | Type | Description |
---|---|---|
data |
DATA | data object |
Returns:
undefined
(async, static) publishGithubRelease(data)
publish GitHub release
Parameters:
Name | Type | Description |
---|---|---|
data |
DATA | data object |
Returns:
undefined
(async, static) saveGithubCommits(data)
save GitHub commits
Parameters:
Name | Type | Description |
---|---|---|
data |
DATA | data object |
Returns:
undefined
(static) saveGithubReleaseNotes(data)
format github release Notes
Parameters:
Name | Type | Description |
---|---|---|
data |
DATA | data object |
Returns:
undefined