From 5bf891b15a3e7bfd0e33f32151708c2901aa0113 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Wed, 10 Jul 2024 08:40:42 -0700 Subject: [PATCH] release: 2.90.0 "Vanilla Ice Cream" Release produced with releng/create_release.xsh Change-Id: Ice53891cdeafff04bd6537be66e8cd6b7dd9678c --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 792387da4..a36a0f2ec 100644 --- a/flake.nix +++ b/flake.nix @@ -59,7 +59,7 @@ (Run `touch .nocontribmsg` to hide this message.) ''; - officialRelease = false; + officialRelease = true; # Set to true to build the release notes for the next release. buildUnreleasedNotes = true;