From 0251080cb8d95f5187c9087c703bbd31e7c81b61 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 1 Aug 2023 10:41:58 +0100 Subject: [PATCH] Add note to check that all changes have been pushed before creating the source tarballs --- binutils/README-how-to-make-a-release | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index ef3020ad845..aaf770418ae 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -299,7 +299,11 @@ How to create the release. DEVO_SUPPORT variable in the src-release.sh script. If they are needed then add them. - Create the release tarballs: + PARANOIA: Check that there are no pending commits: + + git status + + Then create the release tarballs: ./src-release.sh -b -g -l -x binutils -- 2.11.4.GIT