diff --git a/.releaserc b/.releaserc index 8d22c7a..f0277aa 100644 --- a/.releaserc +++ b/.releaserc @@ -15,11 +15,6 @@ "assets": ["CHANGELOG.md", "package.json"], "baseRef": "master" } - ], - [ - "@semantic-release/exec", { - "publishCmd": "./publish.sh ${nextRelease.version} ${nextRelease.notes}" - } ] ] } \ No newline at end of file diff --git a/commitlint.config.js b/commitlint.config.js index 40b73f1..5bcb4bf 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,6 +1,6 @@ module.exports = { extends: ['@commitlint/config-conventional'], rules: { - 'subject-case': [2, 'always', 'sentence-case'], + 'subject-case': [0, 'always', 'sentence-case'], } };