From 7f8819a1f01e135b5ba23243e2ae47f28ba742c8 Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 10 Dec 2025 15:28:53 -0800 Subject: [PATCH 1/2] docs: add `next` README notice Added important notice about upcoming feature development and pre-releases. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf0fdf6cf8..8c58690631 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ [![license](https://img.shields.io/github/license/electron/forge.svg)](https://github.com/electron/forge/blob/main/LICENSE) ![status](https://img.shields.io/badge/Status-%20Ready%20for%20Awesome-red.svg) + +> [!IMPORTANT] +> We're currently beginning feature development for the next major version of Electron Forge, which is being done in the [`next`](https://github.com/electron/forge/tree/next) branch. +> To try out experimental pre-releases, install the `@alpha` dist-tag of the `@electron-forge/*` packages via npm. +> For more details, see issue https://github.com/electron/forge/issues/4082. + A complete tool for building modern Electron applications. Electron Forge unifies the existing (and well maintained) build tools for From bbd89f3a98c7a432442e9d1faf405425252abcfe Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Wed, 10 Dec 2025 15:53:40 -0800 Subject: [PATCH 2/2] zzz --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c58690631..4fa39c520f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![license](https://img.shields.io/github/license/electron/forge.svg)](https://github.com/electron/forge/blob/main/LICENSE) ![status](https://img.shields.io/badge/Status-%20Ready%20for%20Awesome-red.svg) - > [!IMPORTANT] > We're currently beginning feature development for the next major version of Electron Forge, which is being done in the [`next`](https://github.com/electron/forge/tree/next) branch. > To try out experimental pre-releases, install the `@alpha` dist-tag of the `@electron-forge/*` packages via npm.