diff --git a/.circleci/config.yml b/.circleci/config.yml index c9bede2..f8c7547 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: steps: - *attach_workspace - checkout - - run: npx semantic-release + - run: npm run semantic-release workflows: build: diff --git a/config/release.config.js b/config/release.config.js deleted file mode 100644 index 497eb7e..0000000 --- a/config/release.config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - analyzeCommits: { - preset: 'eslint' - }, - generateNotes: { - preset: 'eslint' - } -} diff --git a/package-lock.json b/package-lock.json index 76a362b..218f9a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1553,15 +1553,6 @@ "q": "^1.5.1" } }, - "conventional-changelog-eslint": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.1.tgz", - "integrity": "sha512-yH3+bYrtvgKxSFChUBQnKNh9/U9kN2JElYBm253VpYs5wXhPHVc9ENcuVGWijh24nnOkei7wEJmnmUzgZ4ok+A==", - "dev": true, - "requires": { - "q": "^1.5.1" - } - }, "conventional-changelog-writer": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.3.tgz", diff --git a/package.json b/package.json index d340738..470506e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "index.js", "scripts": { "test": "xo && nyc mocha test/**/*.js", - "semantic-release": "semantic-release -e ./config/release.config.js" + "semantic-release": "semantic-release" }, "repository": "github:SmartThingsCommunity/firestore-context-store-nodejs", "bugs": "https://github.com/SmartThingsCommunity/firestore-context-store-nodejs/issues", @@ -19,7 +19,7 @@ }, "devDependencies": { "chai": "~4.2.0", - "conventional-changelog-eslint": "^3.0.1", + "conventional-changelog-angular": "~5.0.3", "mocha": "~6.0.2", "nyc": "~13.3.0", "xo": "~0.24.0",