Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 864ca3d

Browse files
author
Jonathan Ringer
authoredJan 5, 2021
Tag master after branch with new unstable branch name
To avoid having really old metadata ``` [16:07:17] jon@jon-desktop /home/jon/projects/nixpkgs (staging) $ git describe 18.09-beta-110115-gb20838eb4a0 ```
1 parent aba19af commit 864ca3d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed
 

‎src/Release-Process-Walkthrough.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,26 @@ echo -n "20.03" > .version
6565
4. [Update `codeName` in
6666
`lib/trivial.nix`](https://github.com/NixOS/nixpkgs/commit/01268fda85b7eee4e462c873d8654f975067731f#diff-03f3d41b68f62079c55001f1a1c55c1dR137)
6767
This will be the name for the next release.
68+
69+
5. Tag unstable so that `git describe` shows the correct metadata.
70+
```sh
71+
git tag --annotate 20.03-pre
72+
```
6873

69-
5. [Create a new release notes file for the upcoming release +
74+
6. [Create a new release notes file for the upcoming release +
7075
1](https://github.com/NixOS/nixpkgs/commit/01268fda85b7eee4e462c873d8654f975067731f#diff-e7ee5ff686cdcc513ca089d6e5682587R11),
7176
in our case this is `rl-2003.xml`.
7277

73-
6. Contact the infrastructure team to create the necessary Hydra
78+
7. Contact the infrastructure team to create the necessary Hydra
7479
Jobsets.
7580

76-
7. [Create a channel at https://nixos.org/channels by creating a PR to
81+
8. [Create a channel at https://nixos.org/channels by creating a PR to
7782
nixos-org-configurations, changing`channels.nix`](https://github.com/NixOS/nixos-org-configurations/blob/master/channels.nix)
7883

79-
8. Get all Hydra jobsets for the release to have their first
84+
9. Get all Hydra jobsets for the release to have their first
8085
evaluation.
8186

82-
9. [Create an issue for tracking Zero Hydra Failures progress.
87+
10. [Create an issue for tracking Zero Hydra Failures progress.
8388
ZHF is an effort to get build failures down to zero.](https://github.com/NixOS/nixpkgs/issues/13559)
8489

8590
## During Beta

0 commit comments

Comments
 (0)
Please sign in to comment.