diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2025-04-08 08:28:28 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-04-08 13:42:57 -0600 |
commit | d4c3359570a698679058fc4e7d422bfa108fcbfb (patch) | |
tree | 2a34116ef4b718cba67e5cb280cf172955871893 | |
parent | ff61d6bfd1c9534d3fc2397846a5899639f2e55d (diff) |
doc: release_cycle: fix next release version
The release commit for version v2025.04 forgot to update the next
version (i. e. v2025.07) in the section where information about the
merge window is provided.
Fixes: 34820924edbc ("Prepare v2025.04")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | doc/develop/release_cycle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/release_cycle.rst b/doc/develop/release_cycle.rst index b108f9b11e0..cbbc2bad0eb 100644 --- a/doc/develop/release_cycle.rst +++ b/doc/develop/release_cycle.rst @@ -53,7 +53,7 @@ Current Status * U-Boot v2025.04 was released on Monday, 07 April 2025. -* The Merge Window for the next release (v2025.04) is **open** until the -rc1 +* The Merge Window for the next release (v2025.07) is **open** until the -rc1 release on Monday, 28 April 2025. * The next branch is now **closed** until the -rc2 release on Monday, 12 May |