Skip to content

Commit

Permalink
Merge branch 'main' into renovate/nhost-nhost-js-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar authored May 5, 2022
2 parents 586babb + 8f090e2 commit a8b758e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/release/generateReleaseNotes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import octokit from './octokit.mjs'
*/
export default async function generateReleaseNotes(
milestone,
{ releaseCandidate }
{ releaseCandidate = false }
) {
// Get the milestone's title, id, and PRs.
const { title, id } = await getMilestoneId(milestone)
Expand Down

0 comments on commit a8b758e

Please sign in to comment.