Skip to content

Commit

Permalink
chore: fix .releaserc
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Mar 7, 2024
1 parent dba7f98 commit 2ccfa5e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ plugins:
- { type: doc, scope: README, release: patch }
- { type: fix, release: patch }
- { type: chore, release: patch }
- { type: build, release: patch }
- { type: refactor, release: patch }
- { type: feat, release: patch }
- { type: feat, release: minor }
- { type: ci, release: false }
- { type: style, release: false }
- { type: major, release: major }
parserOpts:
noteKeywords:
- MAJOR RELEASE
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- successComment: false
failTitle: false

0 comments on commit 2ccfa5e

Please sign in to comment.