-
Notifications
You must be signed in to change notification settings - Fork 1
@142vip.changelog.Variable.GitCommitAPI
mmdapl edited this page Oct 17, 2025
·
1 revision
API 参考 / @142vip/changelog / GitCommitAPI
constGitCommitAPI:object
Defined in: changelog/src/core/git-commit.api.ts:225
getGitCommitDiff: (
options) =>Promise<GitCommitRaw[]>
获取不同tag之间的commit记录
Promise<GitCommitRaw[]>
parseCommitsToMarkdownStr: (
commits,options) =>Promise<string>
生成Markdown文档记录的每行记录
Commit[]
string
boolean
boolean
string
boolean | "multiple"
string
string
Record<string, string>
string
{ breakingChanges?: string; }
string
string
Record<string, { title: string; }>
Promise<string>
parseGitCommits: (
commits,scopeMap) =>GitCommitRecord[]
解析所有Commit信息
Record<string, string>
- @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