Skip to content

Commit 497c734

Browse files
committed
Fix: Missing comma in releaserc
1 parent 73ce3c5 commit 497c734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@semantic-release/npm",
1111
["@semantic-release/git", {
1212
"message": "Docs: Release ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
13-
}]
13+
}],
1414
"@semantic-release/github"
1515
]
1616
}

0 commit comments

Comments
 (0)