Skip to content

Commit fcf3925

Browse files
committed
fix(semantic-release): fix config file
1 parent 6c322e0 commit fcf3925

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
@@ -10,7 +10,7 @@
1010
{
1111
"assets": ["CHANGELOG.md", "package.json"],
1212
"message":
13-
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
13+
"chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
1414
}
1515
]
1616
]

0 commit comments

Comments
 (0)