Skip to content

Commit

Permalink
build: use semantic-release/commit-analyzer preset
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Apr 10, 2024
1 parent a4a1388 commit 790b662
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@ branches:
- main
plugins:
- - "@semantic-release/commit-analyzer"
- releaseRules:
- breaking: true
release: major
- revert: true
release: patch
- type: feat
release: minor
- type: fix
release: patch
- type: perf
release: patch
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
presetConfig:
Expand Down

0 comments on commit 790b662

Please sign in to comment.