diff --git a/.releaserc.yml b/.releaserc.yml index 5849e10..c63d2fc 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -4,6 +4,26 @@ branches: plugins: - - "@semantic-release/commit-analyzer" - preset: conventionalcommits + releaseRules: + - type: build + scope: deps + release: patch + - type: build + scope: deps-dev + release: patch + - type: refactor + release: patch + - type: style + release: patch + - type: ci + release: patch + - type: chore + release: patch + - type: docs + scope: schema + release: minor + - type: docs + release: patch - - "@semantic-release/release-notes-generator" - preset: conventionalcommits - - "@semantic-release/changelog"