Skip to content

Commit

Permalink
chore: don't generate release for test-only changes
Browse files Browse the repository at this point in the history
[skip release]
  • Loading branch information
charleskorn committed Oct 30, 2024
1 parent 3ec93d8 commit ac19b82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ plugins:
- type: deps
scope: internal
release: false
- type: test
release: false
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits
presetConfig:
Expand Down Expand Up @@ -65,8 +67,7 @@ plugins:
section: Refactoring
hidden: false
- type: test
section: Tests
hidden: false
hidden: true
- type: build
section: Build System
hidden: false
Expand Down

0 comments on commit ac19b82

Please sign in to comment.