Skip to content

Commit 037757a

Browse files
authored
fix: typo in log construction for prepare-release.js (#9063)
Co-authored-by: Maksim Grushchenko <[email protected]>
1 parent 3d20b94 commit 037757a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prepare-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ async function generateGitHubReleaseText (previousTag) {
253253
output.push(``)
254254
}
255255

256-
output,push(`#### :eyes: Review`)
256+
output.push(`#### :eyes: Review`)
257257
output.push(`See https://github.com/keystonejs/keystone/compare/${previousTag}...${date} to compare with our previous release.`)
258258

259259
writeFileSync('./.changeset/contributors.json', JSON.stringify(contributors.sort(), null, 2))

0 commit comments

Comments
 (0)