Skip to content

Commit

Permalink
fix: typo in log construction for prepare-release.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Grushchenko authored and Maksim Grushchenko committed Mar 18, 2024
1 parent 3d20b94 commit 241530b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare-release.js
Expand Up @@ -253,7 +253,7 @@ async function generateGitHubReleaseText (previousTag) {
output.push(``)
}

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

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

0 comments on commit 241530b

Please sign in to comment.