Skip to content

Commit

Permalink
chore: test more release configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Duell10111 committed Mar 10, 2024
1 parent 0c03a20 commit f5ce3c7
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,46 @@ branches:
prerelease: true

plugins:
- "@semantic-release/commit-analyzer"
- '@semantic-release/release-notes-generator'
- - "@semantic-release/commit-analyzer"
- releaseRules:
- type: build
release: patch
- type: ci
release: patch
- type: chore
release: patch
- type: docs
release: patch
- type: refactor
release: patch
- type: style
release: patch
- type: test
release: patch
- type: feat
release: minor
- type: fix
release: patch
- type: perf
release: patch
- type: breaking
release: major
- - '@semantic-release/release-notes-generator'
- preset: "conventionalcommits"
presetConfig:
- types:
- type: feat
section: ":sparkles: Features"
hidden: false
- type: fix
section: ":bug: Fixes"
hidden: false
- type: docs
section: ":memo: Documentation"
hidden: false
- type: chore
section: "Minor changes"
hidden: false
- '@semantic-release/npm'
- - '@semantic-release/changelog'
- changelogFile: "CHANGELOG.md"
Expand Down

0 comments on commit f5ce3c7

Please sign in to comment.