-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Release Script Draft Creation (#867)
I noticed when inspecting the GitHub release script that it was no longer creating new draft releases if a previous one already exists. This is undesirable behaviour, as it does not let us accumulate changes for a draft release while the publish is pending. If we switch to running the draft GitHub action more often, then this will become an issue. Additionally, I refactored the script as there was too much rightward-drift for my liking.
- Loading branch information
Showing
1 changed file
with
81 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters