Skip to content

Commit

Permalink
Merge pull request #3057 from dhellmann/USHIFT-2438-release-notes-pub…
Browse files Browse the repository at this point in the history
…lish-by-default

USHIFT-2438: remove the --draft flag when creating a release
  • Loading branch information
openshift-merge-bot[bot] committed Feb 23, 2024
2 parents e7cdf16 + 1df3c94 commit 9a807e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/release-notes/gen_ec_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def publish_release(new_release, take_action):
# Create draft release with message that includes download URLs and history
try:
subprocess.run(["gh", "release", "create",
"--draft",
"--prerelease",
"--notes", notes,
"--generate-notes",
Expand Down

0 comments on commit 9a807e0

Please sign in to comment.