-
Notifications
You must be signed in to change notification settings - Fork 1
@142vip.changelog.Variable.GithubAPI
API 参考 / @142vip/changelog / GithubAPI
constGithubAPI:object
Defined in: changelog/src/core/github.api.ts:219
createGithubRelease: (
options) =>Promise<void>
发送github发布
string
string
boolean
string
boolean
string
string
string
Promise<void>
generateReleaseUrl: (
markdown,config) =>string
生成手动release发布的地址链接
string
string
string
boolean
string
string
string
getAuthorInfo: (
options,info) =>Promise<GitAuthorInfo>
string
string
string
Promise<GitAuthorInfo>
getHeaders: (
token) =>object
string
object
accept:
string='application/vnd.github.v3+json'
authorization:
string
isExistTag: (
tag,options) =>Promise<boolean>
判断是否有tag
string
string
string
string
Promise<boolean>
printReleaseUrl: (
webUrl,success) =>void
打印手动发布地址
- 默认成功输出
string
boolean = true
void
resolveAuthors: (
commits,options) =>Promise<GitAuthorInfo[]>
Commit[]
string
string
string
Promise<GitAuthorInfo[]>
- @142vip/axios
- @142vip/changelog
- @142vip/commit-linter
- @142vip/copyright
- @142vip/data-source
- @142vip/eslint-config
- @142vip/fairy-cli
- @142vip/grpc
- @142vip/nest
- @142vip/nest-redis
- @142vip/nest-typeorm
- @142vip/oauth2.0
- @142vip/open-source
- @142vip/redis
- @142vip/release-version
- @142vip/typeorm
- @142vip/utils