You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
874 B
33 lines
874 B
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": ["ignored-file", "*.md"],
|
|
"message": "chore(release): publish",
|
|
"conventionalCommits": true,
|
|
"registry": "https://npm.pkg.github.com"
|
|
},
|
|
"version": {
|
|
"message": "chore(release): publish",
|
|
"allowBranch": "master"
|
|
}
|
|
},
|
|
"changelog": {
|
|
"repo": "wangeditor-team/wangEditor",
|
|
"labels": {
|
|
"tag: new feature": ":rocket: New Feature",
|
|
"tag: breaking change": ":boom: Breaking Change",
|
|
"tag: bug fix": ":bug: Bug Fix",
|
|
"tag: enhancement": ":nail_care: Enhancement",
|
|
"tag: documentation": ":memo: Documentation",
|
|
"tag: internal": ":house: Internal"
|
|
},
|
|
"cacheDir": ".changelog"
|
|
},
|
|
"changelogPreset": "angular"
|
|
}
|