Skip to content

Conversation

@borislavr
Copy link
Collaborator

No description provided.

@borislavr borislavr merged commit 08b37b2 into master May 26, 2025
releaseInfo,
config,
})
if (taggedRelease) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to
if (!draftRelease) {
const action = taggedRelease ? 'Updating existing tagged release' : 'Creating new release'
log({ context, message: action })

createOrUpdateReleaseResponse = taggedRelease
? await updateTaggedRelease({ context, lastRelease, releaseInfo, config })
: await createRelease({ context, releaseInfo, config })
}

}

return { draftRelease, lastRelease }
if (taggedRelease) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to
log({
context,
message: taggedRelease
? Tagged release: ${taggedRelease.tag_name} ${taggedRelease.id}
: No tagged release found,
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants