File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -65,21 +65,26 @@ echo -n "20.03" > .version
65
65
4. [Update ` codeName` in
66
66
` lib/trivial.nix` ](https://github.com/NixOS/nixpkgs/commit/01268fda85b7eee4e462c873d8654f975067731f#diff-03f3d41b68f62079c55001f1a1c55c1dR137)
67
67
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
+ ` ` `
68
73
69
- 5 . [Create a new release notes file for the upcoming release +
74
+ 6 . [Create a new release notes file for the upcoming release +
70
75
1](https://github.com/NixOS/nixpkgs/commit/01268fda85b7eee4e462c873d8654f975067731f#diff-e7ee5ff686cdcc513ca089d6e5682587R11),
71
76
in our case this is ` rl-2003.xml` .
72
77
73
- 6 . Contact the infrastructure team to create the necessary Hydra
78
+ 7 . Contact the infrastructure team to create the necessary Hydra
74
79
Jobsets.
75
80
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
77
82
nixos-org-configurations, changing` channels.nix` ](https://github.com/NixOS/nixos-org-configurations/blob/master/channels.nix)
78
83
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
80
85
evaluation.
81
86
82
- 9 . [Create an issue for tracking Zero Hydra Failures progress.
87
+ 10 . [Create an issue for tracking Zero Hydra Failures progress.
83
88
ZHF is an effort to get build failures down to zero.](https://github.com/NixOS/nixpkgs/issues/13559)
84
89
85
90
# # During Beta
You can’t perform that action at this time.
0 commit comments