-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ability to Create Pre-Releases and Releases #446
Comments
How do you trigger release in this case? Tag? I don't like it — #340 (comment) |
|
In your case you need to execute I am not against, just want to understand your workflow. |
Not really, the intended setup is to execute this command on Travis every time something is merged into a particular branch. Actually, I already have a workaround using a bash script, if you're interested. https://github.com/shockone/black-screen/blob/master/housekeeping/deploy.sh |
I think this would be a very nice addition. In my workflow I would like to mark as pre-release those releases that come from the development branch. As it is now I would have to manually mark each dev release as a pre-release. With this option I would just need to know (on the CI server) which is the branch I'm building and use the flag when it has to be used. |
Proposal: Env Once GitHub will unblock our test account, will be pushed and released. |
@ShockOne Are new options suitable for you? |
I haven't tried yet, but they must be, thank you for asking. |
As far as I understand, currently
electron-builder
only allows to create drafts. it would be cool to be able to publish those in order to automate the release process.The text was updated successfully, but these errors were encountered: