Skip to content

Commit 9a822e4

Browse files
chore(deploy): Release (next) (alpha)
1 parent 64c2398 commit 9a822e4

27 files changed

Lines changed: 300 additions & 13 deletions

File tree

.changeset/pre.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"allow-missing-dependencies",
2424
"appimage-allow-parens",
2525
"bitbucket-access-token-auth",
26+
"channel-arch-suffix-expansion",
2627
"chatty-maps-go",
2728
"chatty-teeth-exist",
2829
"clear-cows-joke",
@@ -45,6 +46,9 @@
4546
"exclude-build-time-prod-deps",
4647
"fancy-birds-guess",
4748
"five-boats-lose",
49+
"fix-7zip-win-arch",
50+
"fix-broken-docs-links",
51+
"fix-mac-keychain-partition-list-password",
4852
"fix-universal-single-arch-deps",
4953
"four-maps-export",
5054
"free-rats-turn",
@@ -59,33 +63,44 @@
5963
"late-planes-fry",
6064
"lemon-yaks-clean",
6165
"linux-launcher-entrypoint",
66+
"linux-tools-mac-1.0.1",
6267
"loose-webs-itch",
68+
"loud-lizards-post",
6369
"mac-7z-symlink-snl",
6470
"mac-helper-name-consistency",
71+
"mas-after-sign-hook",
6572
"migrate-programmatic-config",
6673
"migrate-schema-keep-gitlab-vprefixedtagname",
6774
"migrate-schema-nsis-web-advisory",
6875
"moody-roses-sing",
6976
"multipart-response-error-reject",
7077
"nsis-app-archive-decodable-filter",
7178
"nsis-langstring-references",
79+
"nsis-permachine-old-install-process-check",
80+
"nsis-silent-messagebox-sd",
7281
"nsis-web-package-type-marker",
7382
"obj-files-reinclude",
7483
"old-geckos-build",
7584
"olive-planes-arch-all",
7685
"olive-planes-guard",
86+
"pacman-drop-http-parser",
7787
"plenty-lions-cheat",
7888
"plenty-moons-shave",
7989
"plenty-pandas-tell",
8090
"pnpm-optional-miss-classification",
91+
"proud-shells-listen",
8192
"publisher-name-verification-guard",
8293
"real-cycles-refuse",
8394
"remove-use-system-fpm",
95+
"report-detected-update-feed",
8496
"restore-mac-sign-type",
97+
"retry-transient-download-errors",
8598
"retry-windows-batch-file-install",
8699
"safe-artifact-name-shared-mutation",
87100
"self-dependency-recursion",
88101
"serious-forks-live",
102+
"sharp-taxes-share",
103+
"short-forks-tease",
89104
"signtool-concurrency-lock",
90105
"silly-files-marry",
91106
"small-times-scream",
@@ -109,8 +124,10 @@
109124
"v27-updater-legacy-path-sha512-gating",
110125
"violet-doors-guard",
111126
"warm-cameras-cross",
127+
"warm-dodos-stare",
112128
"wild-otters-share",
113129
"win-codesign-docs",
130+
"windows-sign-result",
114131
"yarn-workspace-prod-deps",
115132
"zero-deps-no-workspace-bundling"
116133
]

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [27.0.0-alpha.8](https://github.com/electron-userland/electron-builder/compare/electron-builder@27.0.0-alpha.7...electron-builder@27.0.0-alpha.8) (2026-08-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **app-builder-lib:** expand lower channels when channel name has a suffix ([#9998](https://github.com/electron-userland/electron-builder/issues/9998)) ([e2077cd](https://github.com/electron-userland/electron-builder/commit/e2077cd8f7b0fb143ecd6c9574460a92a001ae46))
7+
* **app-builder-lib:** return sign result instead of boolean from windows signing chain ([#10104](https://github.com/electron-userland/electron-builder/issues/10104)) ([5ce1625](https://github.com/electron-userland/electron-builder/commit/5ce1625642794f1f7bf8cf9fe51dc73fc39451ad))
8+
* emit afterSign hook for mas/mas-dev builds ([#10071](https://github.com/electron-userland/electron-builder/issues/10071)) ([1d7b489](https://github.com/electron-userland/electron-builder/commit/1d7b4890f32fef6e02215ae5137626a84d8259d9))
9+
* exclude `.slnx` files ([#9969](https://github.com/electron-userland/electron-builder/issues/9969)) ([4273546](https://github.com/electron-userland/electron-builder/commit/427354611fe82b3106d0645a1e25e2de95330fdc))
10+
* **linux:** remove http-parser from default pacman depends; support "default" keyword in depends ([#10109](https://github.com/electron-userland/electron-builder/issues/10109)) ([64c2398](https://github.com/electron-userland/electron-builder/commit/64c2398b4e749b0695e3efe4071c2b884bff4ba4))
11+
* **mac:** bump linux-tools-mac toolset to 1.0.1 (macOS 15+) and stop mangling custom toolset URLs ([#10100](https://github.com/electron-userland/electron-builder/issues/10100)) ([f7e400b](https://github.com/electron-userland/electron-builder/commit/f7e400ba6766165cce896b53fc55142bb48597d8))
12+
* **mac:** pass the keychain password to security set-key-partition-list ([#10101](https://github.com/electron-userland/electron-builder/issues/10101)) ([7abb30e](https://github.com/electron-userland/electron-builder/commit/7abb30e393326676237862163a115c96e2f0e80d))
13+
* **nsis:** default the uninstall-failure dialog in silent installs so auto-update cannot hang ([#10034](https://github.com/electron-userland/electron-builder/issues/10034)) ([4b455f7](https://github.com/electron-userland/electron-builder/commit/4b455f7577c5a7112c7c00bfcb9cb26e3259a87f))
14+
* **nsis:** detect running app in previous install locations when checking/closing processes ([#10024](https://github.com/electron-userland/electron-builder/issues/10024)) ([8e95ad0](https://github.com/electron-userland/electron-builder/commit/8e95ad0e00c866c8389ae295ac802ebd9954d2ca))
15+
* **nsis:** run PowerShell with -NoProfile -NonInteractive in allowOnlyOneInstallerInstance checks ([#10051](https://github.com/electron-userland/electron-builder/issues/10051)) ([4070ce7](https://github.com/electron-userland/electron-builder/commit/4070ce731159ede8239b8129fa9f177e2193b1ad))
16+
* Only logs that we've signed a file if we actually did ([#10082](https://github.com/electron-userland/electron-builder/issues/10082)) ([4f84c6e](https://github.com/electron-userland/electron-builder/commit/4f84c6e972e443d155cf80bbc849443060f120be))
17+
* preserve Yarn Berry registry credentials ([#10079](https://github.com/electron-userland/electron-builder/issues/10079)) ([16559d4](https://github.com/electron-userland/electron-builder/commit/16559d4f214b184b6edd0812db97e41ecb79ab42))
18+
* **publish:** report the repository detected for app-update.yml at build time ([#10081](https://github.com/electron-userland/electron-builder/issues/10081)) ([f2cfd5f](https://github.com/electron-userland/electron-builder/commit/f2cfd5f3c147410495030e66f22dc1b336a5faec))
19+
* retry Electron/binaries downloads on transient errors; cache Windows toolset and self-heal the Electron zip cache ([#10105](https://github.com/electron-userland/electron-builder/issues/10105)) ([c5c4ea1](https://github.com/electron-userland/electron-builder/commit/c5c4ea138cfe5e17f7d80c0ba1a26bb99799861d))
20+
* update 7zip toolset to 1.0.1 with correct per-arch Windows binaries ([#10103](https://github.com/electron-userland/electron-builder/issues/10103)) ([44a10d4](https://github.com/electron-userland/electron-builder/commit/44a10d43c486fbde12c5a19b04a2ce65e017c628))
21+
22+
23+
124
# [27.0.0-alpha.7](https://github.com/electron-userland/electron-builder/compare/electron-builder@27.0.0-alpha.6...electron-builder@27.0.0-alpha.7) (2026-08-17)
225

326

0 commit comments

Comments
 (0)