Skip to content

Commit c4efd88

Browse files
chore: fix quotation marks
1 parent 5bceed5 commit c4efd88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = {
88
plugins: [
99
'@semantic-release/commit-analyzer',
1010
'@semantic-release/release-notes-generator',
11-
"@semantic-release/changelog",
11+
'@semantic-release/changelog',
1212
'@semantic-release/npm',
1313
[
1414
'@semantic-release/github',

0 commit comments

Comments
 (0)