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 2754fed
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@ branches:
plugins:
- - "@semantic-release/commit-analyzer"
- preset: conventionalcommits
- - "@semantic-release/release-notes-generator"
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"
- changelogFile: CHANGELOG.md
Expand Down

0 comments on commit 2754fed

Please sign in to comment.