We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596c0a8 commit 30c670bCopy full SHA for 30c670b
script/prepare-release.js
@@ -56,7 +56,7 @@ async function getNewVersion (dryRun) {
56
57
async function getReleaseNotes (currentBranch) {
58
if (bumpType === 'nightly') {
59
- return 'Nightlies do not get release notes, please compare tags for info'
+ return { text: 'Nightlies do not get release notes, please compare tags for info.' }
60
}
61
console.log(`Generating release notes for ${currentBranch}.`)
62
const releaseNotes = await releaseNotesGenerator(currentBranch)
0 commit comments