remove .smooth-releaserc

This commit is contained in:
Micooz 2017-08-30 14:24:47 +08:00
parent 261fb34396
commit 03054b8106
No known key found for this signature in database
GPG Key ID: 002FB5DD584D6CB1

@ -1,52 +0,0 @@
{
"github": {
"dataType": "issues",
"changelog": {
"outputPath": "./CHANGELOG.md",
"ignoredLabels": [
"invalid",
"wontfix",
"question",
"duplicate",
"discussion"
],
"bug": {
"title": "#### Fixes (bugs & defects):",
"labels": [
"bug",
"defect"
]
},
"breaking": {
"title": "#### Breaking Changes:",
"labels": [
"breaking"
]
},
"feature": {
"title": "#### Features:",
"labels": [
"feature",
"enhancement"
]
}
}
},
"publish": {
"branch": "master",
"inSyncWithRemote": true,
"noUncommittedChanges": true,
"noUntrackedFiles": true,
"validNpmCredentials": true,
"validGithubToken": true,
"packageFilesFilter": "files"
},
"tasks": {
"validations": true,
"npm-publish": null,
"npm-version": null,
"gh-release": null,
"gh-release-all": false,
"changelog": null
}
}