Skip to content

Commit b296789

Browse files
committed
chore(no-release): fix chore scope
1 parent 85d3672 commit b296789

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
@@ -9,7 +9,7 @@
99
{ "type": "refactor", "release": "patch" },
1010
{ "type": "docs", "release": "patch" },
1111
{ "type": "chore", "release": false },
12-
{ "type": "chore", "scope": "dev-deps", "release": false },
12+
{ "type": "chore", "scope": "deps-dev", "release": false },
1313
{ "type": "chore", "release": "patch" },
1414
{ "scope": "no-release", "release": false }
1515
]

0 commit comments

Comments
 (0)