mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 02:38:20 +08:00
29 lines
796 B
JSON
29 lines
796 B
JSON
{
|
|
"version": "*",
|
|
"npmClient": "tnpm",
|
|
"packages": ["packages/*"],
|
|
"command": {
|
|
"version": {
|
|
"ignoreChanges": ["*.md", "**/*.test.ts", "**/*.spec.ts"],
|
|
"message": "chore(release): publish"
|
|
},
|
|
"bootstrap": {
|
|
"npmClientArgs": ["--no-package-lock", "--no-ci"]
|
|
}
|
|
},
|
|
"changelog": {
|
|
"labels": {
|
|
"pr(fix)": ":bug: Bug Fix",
|
|
"pr(chore)": ":turtle: Chore",
|
|
"pr(feature)": ":tada: New feature",
|
|
"pr(breaking)": ":boom: Breaking Change",
|
|
"pr(internal)": ":house: Internal",
|
|
"pr(dependency)": ":shamrock: Dependency",
|
|
"pr(documentation)": ":book: Documentation",
|
|
"pr(enhancement)": ":rocket: Enhancement",
|
|
"pr(refactor)": ":100: Refactoring",
|
|
"pr(test)": ":white_check_mark: Test Case"
|
|
}
|
|
}
|
|
}
|