From 03054b8106748aeb0e7cff65e1c03a78ab06b0ad Mon Sep 17 00:00:00 2001 From: Micooz Date: Wed, 30 Aug 2017 14:24:47 +0800 Subject: [PATCH] remove .smooth-releaserc --- .smooth-releaserc | 52 ----------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 .smooth-releaserc diff --git a/.smooth-releaserc b/.smooth-releaserc deleted file mode 100644 index b9ca8c4..0000000 --- a/.smooth-releaserc +++ /dev/null @@ -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 - } -} \ No newline at end of file