From dd82f6cec0ebe5d084bda273b16c677119ae6cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Sun, 2 Sep 2018 22:27:19 +0200 Subject: [PATCH 1/3] nixos manual: releases workflow improvements - `git push --tags` is too dangerous (pushes all your tags) --- nixos/doc/manual/development/releases.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/development/releases.xml b/nixos/doc/manual/development/releases.xml index d4e5ff3f4312..2682fcea009e 100755 --- a/nixos/doc/manual/development/releases.xml +++ b/nixos/doc/manual/development/releases.xml @@ -45,7 +45,7 @@ git tag -a -s -m "Release 17.09-beta" 17.09-beta - && git push --tags + && git push origin 17.09-beta From 4f43e5fe886374ec918da4bf494710cd58c4adf7 Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Fri, 5 Oct 2018 19:29:19 -0400 Subject: [PATCH 2/3] fixup ^ release improvements. --- nixos/doc/manual/development/releases.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/nixos/doc/manual/development/releases.xml b/nixos/doc/manual/development/releases.xml index 2682fcea009e..b8dd9f20c6ad 100755 --- a/nixos/doc/manual/development/releases.xml +++ b/nixos/doc/manual/development/releases.xml @@ -50,7 +50,7 @@ - From the master branch run git checkout -B + From the master branch run git checkout -b release-17.09. @@ -154,7 +154,7 @@ Release Nix (currently only Eelco Dolstra can do that). - + Make sure fallback is updated. @@ -166,8 +166,8 @@ - Change stableBranch to true and wait for channel to - update. + Change stableBranch to true in Hydra and wait for + channel to update. @@ -184,9 +184,11 @@ - Update http://nixos.org/nixos/download.html and - http://nixos.org/nixos/manual in - https://github.com/NixOS/nixos-org-configurations + Update the + NIXOS_SERIES + in the + nixos-homepage + repository. @@ -203,7 +205,8 @@ - Send an email to nix-dev to announce the release with above information. + Create a new topic on the + Discourse instance to announce the release with above information. Best to check how previous email was formulated to see what needs to be included. From be6e0bf5c3976ccba66d20b2afde969696980c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 20 Nov 2019 13:29:06 +0100 Subject: [PATCH 3/3] nixos manual: releases workflow nitpicks Co-Authored-By: asymmetric --- nixos/doc/manual/development/releases.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/doc/manual/development/releases.xml b/nixos/doc/manual/development/releases.xml index bdaa2676503e..9371af9984d1 100755 --- a/nixos/doc/manual/development/releases.xml +++ b/nixos/doc/manual/development/releases.xml @@ -169,8 +169,8 @@ - Change stableBranch to true in Hydra and wait for - channel to update. + Change stableBranch to true in Hydra and wait for + the channel to update. @@ -215,7 +215,7 @@ Create a new topic on the - Discourse instance to announce the release with above information. + Discourse instance to announce the release with the above information. Best to check how previous email was formulated to see what needs to be included.