diff options
-rw-r--r-- | README-release | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README-release b/README-release index c370209fa..b2bd34c39 100644 --- a/README-release +++ b/README-release @@ -13,6 +13,11 @@ Here are most of the steps we (maintainers) follow when making a release. * Ensure that you're on "master" with no uncommitted diffs. This should produce no output: git checkout master; git diff +* Ensure that you've pushed all changes that belong in the release + and that the NixOS/Hydra autobuilder is reporting all is well: + + http://hydra.nixos.org/jobset/gnu/coreutils-master + * Run bootstrap one last time. This downloads any new translations: ./bootstrap |