Skip to content

Commit fb62e0a

Browse files
author
LittleCoinCoin
committed
ci: avoid publishing release on commit fix(docs)
1 parent 638a9dd commit fb62e0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.releaserc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"releaseRules": [
1818
{ "breaking": true, "release": "minor" },
1919
{ "type": "feat", "release": "patch" },
20+
{ "type": "fix", "scope": "docs", "release": false },
2021
{ "type": "docs", "scope": "README", "release": "patch" },
2122
{ "type": "refactor", "release": "patch" },
2223
{ "type": "style", "release": "patch" },

0 commit comments

Comments
 (0)