electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.46k stars 1.71k forks source link

chore(deploy): Release (alpha) #8253

Closed github-actions[bot] closed 4 days ago

github-actions[bot] commented 3 weeks ago

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

master is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on master.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

app-builder-lib@25.0.0-alpha.10

Patch Changes

builder-util@25.0.0-alpha.10

Patch Changes

builder-util-runtime@9.2.5-alpha.3

Patch Changes

dmg-builder@25.0.0-alpha.10

Patch Changes

electron-builder@25.0.0-alpha.10

Patch Changes

electron-builder-squirrel-windows@25.0.0-alpha.10

Patch Changes

electron-forge-maker-appimage@25.0.0-alpha.10

Patch Changes

electron-forge-maker-nsis@25.0.0-alpha.10

Patch Changes

electron-forge-maker-nsis-web@25.0.0-alpha.10

Patch Changes

electron-forge-maker-snap@25.0.0-alpha.10

Patch Changes

electron-publish@25.0.0-alpha.10

Patch Changes

electron-updater@6.3.0-alpha.5

Patch Changes

netlify[bot] commented 3 weeks ago

Deploy Preview for car-park-attendant-cleat-11576 ready!

Name Link
Latest commit 5cdab616ee7ff3ab41f0051f6f2d30bb90b03097
Latest deploy log https://app.netlify.com/sites/car-park-attendant-cleat-11576/deploys/6680313897b4140008f3ce95
Deploy Preview https://deploy-preview-8253--car-park-attendant-cleat-11576.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

lutzroeder commented 4 days ago

@mmaietta the alpha build got promoted to latest. Can you have a look?

https://www.npmjs.com/package/electron-builder?activeTab=versions

Latest: electron-builder@25.0.0-alpha.10 electron-updater@6.3.0-alpha.5

See #8244

mmaietta commented 4 days ago

Thank you @lutzroeder for quickly pinging me on this 🙂

Fixed the version tags on npm.

I checked the CD logs and it doesn't appear to be picking up the next publishConfig settings for pnpm. Not too sure why since nothing had changed in the release/deploy logic. I've opened up PR https://github.com/electron-userland/electron-builder/pull/8285 to see if a cmd line arg will correctly override during deployments