Skip to content

Commit

Permalink
ci: update release rules
Browse files Browse the repository at this point in the history
  • Loading branch information
antmelekhin committed Apr 13, 2024
1 parent e63933c commit e11d015
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ verifyConditions:
analyzeCommits:
- path: '@semantic-release/commit-analyzer'
releaseRules:
- type: 'breaking'
- breaking: true
release: 'major'
- type: 'chore'
release: false
- type: 'ci'
release: false
- type: 'docs'
release: false
- type: 'docs'
scope: 'README'
release: patch
- type: 'feat'
release: 'minor'
- type: 'fix'
Expand All @@ -27,7 +30,7 @@ analyzeCommits:
release: 'minor'
- type: 'refactor'
release: 'patch'
- type: 'revert'
- revert: true
release: 'patch'
- type: 'style'
release: false
Expand Down

0 comments on commit e11d015

Please sign in to comment.