···7071## Generating 21.11 Release Notes
720073Documentation in nixpkgs is transitioning to a markdown-centric workflow. Release notes now require a translation step to convert from markdown to a compatible docbook document.
7475Steps for updating 21.11 Release notes:
···7071## Generating 21.11 Release Notes
7273+(This section also applies to backporting 21.05 release notes: substitute "rl-2111" for "rl-2105".)
74+75Documentation in nixpkgs is transitioning to a markdown-centric workflow. Release notes now require a translation step to convert from markdown to a compatible docbook document.
7677Steps for updating 21.11 Release notes:
+1-1
.github/PULL_REQUEST_TEMPLATE.md
···23- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
24- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
25- [ ] Tested execution of all binary files (usually in `./result/bin/`)
26-- [21.11 Release Notes](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#generating-2111-release-notes)
27 - [ ] (Package updates) Added a release notes entry if the change is major or breaking
28 - [ ] (Module updates) Added a release notes entry if the change is significant
29 - [ ] (Module addition) Added a release notes entry if adding a new NixOS module
···23- [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
24- [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nixpkgs-review --run "nixpkgs-review wip"`
25- [ ] Tested execution of all binary files (usually in `./result/bin/`)
26+- [21.11 Release Notes (or backporting 21.05 Relase notes)](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md#generating-2111-release-notes)
27 - [ ] (Package updates) Added a release notes entry if the change is major or breaking
28 - [ ] (Module updates) Added a release notes entry if the change is significant
29 - [ ] (Module addition) Added a release notes entry if adding a new NixOS module