Creating a draft release using electron-builder #142
Closed
JonHollander
started this conversation in
General
Replies: 2 comments
-
|
If I remember correctly, electron-builder has no concept of a draft vs published release right now, so new releases are created already published. I'm sure they'd be more than willing to have an option of creating releases in a draft state instead. Would you be open to creating an issue and possibly a PR over at election-userland/electron-builder? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Sure. I'll create an issue and PR. Should be simple to add it.
…On Sun, May 5, 2024, 6:59 PM Zeke Gabrielse ***@***.***> wrote:
If I remember correctly, electron-builder has no concept of "publishing" a
release right now, so new releases are created already published
<https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/src/publish/KeygenPublisher.ts#L239>.
I'm sure they'd be more than willing to have an option of creating releases
in a draft state instead. Would you be open to creating an issue and
possibly a PR over at
https://github.com/electron-userland/electron-builder?
—
Reply to this email directly, view it on GitHub
<#142 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABKCPLLFEFTVPBRTXS6ZFNTZA3PXVAVCNFSM6AAAAABHIEBD5OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGMRTGQ3TI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi-
I'm using CI to build my electron app and publish releases to keygen. Is there any way to configure electron-builder to create a draft release instead of automatically publishing the new release immediately?
Thanks,
Jon
Beta Was this translation helpful? Give feedback.
All reactions