diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-27 10:15:51 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-27 10:15:51 +0100 |
commit | 15d842846d1fd79e141b1eddc9f648a8200223da (patch) | |
tree | 6018638a08f2380023525be0ea0ae8be621e13f9 /binutils/README-how-to-make-a-release | |
parent | 3d990b8548a907bc793b897383535ec7ea96dd39 (diff) | |
download | gdb-15d842846d1fd79e141b1eddc9f648a8200223da.zip gdb-15d842846d1fd79e141b1eddc9f648a8200223da.tar.gz gdb-15d842846d1fd79e141b1eddc9f648a8200223da.tar.bz2 |
Add note about adding ChangeLog.git to src-release.sh
Diffstat (limited to 'binutils/README-how-to-make-a-release')
-rw-r--r-- | binutils/README-how-to-make-a-release | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/README-how-to-make-a-release b/binutils/README-how-to-make-a-release index e488c07..a991792 100644 --- a/binutils/README-how-to-make-a-release +++ b/binutils/README-how-to-make-a-release @@ -249,6 +249,14 @@ When the time comes to actually make the release.... The gitlog-to-changelog script is part of the sources of the "config" project. + + Add an entry for ChangeLog.git to the src-release.sh script's + DEVO_SUPPORT list, so that it is included in the release. + + FIXME: it would be better if the ChangeLog.git file was permanently + added to the src-release.sh script, but this mean that it would have + to exist in the master repository, and that the GDB project would + need to agree to have it there. e. Add ChangeLog entries for all of the updates and add a "this-is-the-2.41-release" comment and commit. |