diff options
author | Nick Clifton <nickc@redhat.com> | 2023-08-01 10:41:58 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-08-01 10:41:58 +0100 |
commit | 0251080cb8d95f5187c9087c703bbd31e7c81b61 (patch) | |
tree | 48c854cda26c57f172c180242a2dcd2b1b53b083 /binutils/README-how-to-make-a-release | |
parent | 9a53bcc89d798356c5386f1341f1a85fdd7ac32a (diff) | |
download | gdb-0251080cb8d95f5187c9087c703bbd31e7c81b61.zip gdb-0251080cb8d95f5187c9087c703bbd31e7c81b61.tar.gz gdb-0251080cb8d95f5187c9087c703bbd31e7c81b61.tar.bz2 |
Add note to check that all changes have been pushed before creating the source tarballs
Diffstat (limited to 'binutils/README-how-to-make-a-release')
-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 |