Skip to content

Commit

Permalink
chore: release patch everytime (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaitou786 authored Oct 9, 2022
1 parent dbe04a2 commit 86656ae
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@

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: false }
- { type: style, release: false }
- {release: minor}
parserOpts:
noteKeywords:
- MAJOR RELEASE
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
branches: [
{name: 'main'},
{name: 'master'},
]

0 comments on commit 86656ae

Please sign in to comment.