Skip to content

Commit

Permalink
build: specify commits that trigger a release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamel committed Nov 9, 2023
1 parent 02b1c31 commit 9448776
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9448776

Please sign in to comment.