diff --git a/.releaserc b/.releaserc index e57ca20..957317c 100644 --- a/.releaserc +++ b/.releaserc @@ -3,10 +3,7 @@ "plugins": [ "@semantic-release/commit-analyzer", { - "preset": "conventionalcommits", - "releaseRules": [ - { "type": "", "release": "patch" } - ] + "preset": "conventionalcommits" }, "@semantic-release/release-notes-generator", { diff --git a/commitlint.config.cjs b/commitlint.config.cjs index a3155c1..57eb458 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -1,8 +1,6 @@ module.exports = { extends: ['@commitlint/config-conventional'], rules: { - 'body-max-line-length': [1, 'always', 200], - 'type-empty': [1, 'never'], - 'subject-empty': [1, 'never'] + 'body-max-line-length': [1, 'always', 200] } } \ No newline at end of file