Skip to content

Commit 970e7c5

Browse files
authored
fix(release): missing " in json file (#11)
1 parent b687e98 commit 970e7c5

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
@@ -2,7 +2,7 @@
22
"branches": ["main"],
33
"verifyConditions": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
44
"prepare": ["@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git"],
5-
"plugins: [
5+
"plugins": [
66
"@semantic-release/commit-analyzer",
77
"@semantic-release/release-notes-generator",
88
"@semantic-release/npm",

0 commit comments

Comments
 (0)