Skip to content

Commit

Permalink
chore: update releaserc (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored Mar 4, 2024
1 parent bfd15d0 commit fd64588
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ plugins:
- - "@semantic-release/commit-analyzer"
- releaseRules:
- { type: doc, scope: README, release: patch }

- { type: fix, release: patch }
- { type: chore, release: patch }
- { type: refactor, release: patch }
- { type: feat, release: patch }
- { type: ci, release: patch }
- { type: style, release: patch }
parserOpts:
noteKeywords:
- MAJOR RELEASE
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
# From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997
# From: https://github.com/semantic-release/github/pull/487#issuecomment-1486298997
- successComment: false
failTitle: false
failTitle: false

0 comments on commit fd64588

Please sign in to comment.