We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b579d commit 3fce568Copy full SHA for 3fce568
.releaserc.yml
@@ -2,7 +2,11 @@ release:
2
branches:
3
- master
4
plugins:
5
- - '@semantic-release/commit-analyzer'
+ - - '@semantic-release/commit-analyzer'
6
+ - releaseRules:
7
+ - type: docs
8
+ scope: README
9
+ release: patch
10
- - '@semantic-release/exec'
11
- prepareCmd: npm install && npm run lint && npm run ts:check && npm run test && npm run build
12
- '@semantic-release/release-notes-generator'
0 commit comments