Skip to content

Commit

Permalink
fix: rename draft-releases upon promotion to final release
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Jan 29, 2025
1 parent 298c75a commit e731d3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concourse/steps/release.mako
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ if not gh_release:
else:
gh_release.edit(
tag_name=release_tag,
name=release_tag,
body=release_notes_md or '',
draft=False,
prerelease=False,
Expand Down

0 comments on commit e731d3e

Please sign in to comment.