Skip to content

Commit 9c88b18

Browse files
committed
ci: fix releaserc json syntax error
1 parent 2cd52ef commit 9c88b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.releaserc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"preset": "angular",
77
"releaseRules": [
88
{"type": "docs", "scope":"readme", "release": "patch"},
9-
{"type": "docs", "scope":"nvim", "release": "patch"},
9+
{"type": "docs", "scope":"nvim", "release": "patch"}
1010
]
1111
}
1212
],

0 commit comments

Comments
 (0)