23.11 is Tapir

Changed files
+19 -2
.github
lib
nixos
doc
manual
+4
.github/workflows/periodic-merge-24h.yml
···
into: staging-next-22.11
- from: staging-next-22.11
into: staging-22.11
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
steps:
- uses: actions/checkout@v3
···
into: staging-next-22.11
- from: staging-next-22.11
into: staging-22.11
+
- from: release-23.05
+
into: staging-next-23.05
+
- from: staging-next-23.05
+
into: staging-23.05
name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
steps:
- uses: actions/checkout@v3
+1 -1
.version
···
-
23.05
···
+
23.11
+1 -1
lib/trivial.nix
···
On each release the first letter is bumped and a new animal is chosen
starting with that new letter.
*/
-
codeName = "Stoat";
/* Returns the current nixpkgs version suffix as string. */
versionSuffix =
···
On each release the first letter is bumped and a new animal is chosen
starting with that new letter.
*/
+
codeName = "Tapir";
/* Returns the current nixpkgs version suffix as string. */
versionSuffix =
+1
nixos/doc/manual/release-notes/release-notes.md
···
This section lists the release notes for each stable version of NixOS and current unstable revision.
```{=include=} sections
rl-2305.section.md
rl-2211.section.md
rl-2205.section.md
···
This section lists the release notes for each stable version of NixOS and current unstable revision.
```{=include=} sections
+
rl-2311.section.md
rl-2305.section.md
rl-2211.section.md
rl-2205.section.md
+12
nixos/doc/manual/release-notes/rl-2311.section.md
···
···
+
# Release 23.11 (“Tapir”, 2023.11/??) {#sec-release-23.11}
+
+
## Highlights {#sec-release-23.11-highlights}
+
+
## New Services {#sec-release-23.11-new-services}
+
+
<!-- To avoid merge conflicts, consider adding your item at an arbitrary place in the list instead. -->
+
+
## Backward Incompatibilities {#sec-release-23.11-incompatibilities}
+
+
## Other Notable Changes {#sec-release-23.11-notable-changes}
+