Skip to content

Commit

Permalink
whoops don't modify that
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jan 11, 2019
1 parent f460f71 commit b8fc5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/prepare-release.js
Expand Up @@ -55,7 +55,7 @@ async function getReleaseNotes (currentBranch, newVersion) {
return { text: 'Nightlies do not get release notes, please compare tags for info.' }
}
console.log(`Generating release notes for ${currentBranch}.`)
const releaseNotes = await releaseNotesGenerator(currentBranch)
const releaseNotes = await releaseNotesGenerator(currentBranch, newVersion)
if (releaseNotes.warning) {
console.warn(releaseNotes.warning)
}
Expand Down

0 comments on commit b8fc5a5

Please sign in to comment.