Browse Source

Add note to check that all changes have been pushed before creating the source tarballs

gdb-14-branch
Nick Clifton 3 years ago
parent
commit
0251080cb8
  1. 6
      binutils/README-how-to-make-a-release

6
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

Loading…
Cancel
Save