1 Star 0 Fork 0

openwayne / F6

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lerna.json 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
openwayne 提交于 2021-05-31 00:06 . fix: fix errors
{
"version": "*",
"npmClient": "yarn",
"packages": ["packages/*"],
"useWorkspaces": true,
"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"
}
}
}
1
https://gitee.com/openwayne/F6.git
git@gitee.com:openwayne/F6.git
openwayne
F6
F6
master

搜索帮助