diff options
-rw-r--r-- | binutils/README-how-to-make-a-release | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index ef3020a..aaf7704 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 |