]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
scripts: Add a helper to make release notes 4779/head
authorAbhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Wed, 27 May 2015 09:42:58 +0000 (15:12 +0530)
committerAbhishek Lekshmanan <abhishek.lekshmanan@ril.com>
Wed, 27 May 2015 09:42:58 +0000 (15:12 +0530)
commitcc92872b6f2a76b3b32b8e9e38c9990653b480b5
tree8c5199cb079950952b90f8793be3812d9c364310
parent62b0f88ee0d702500721377d33ea08be688638ee
scripts: Add a helper to make release notes

First cut for a `ceph-release-notes` script added which looks at merge
commits and picks out issue numbers. Though this ideally suits for
backport releases workflow where the commit messages always follow a
specific pattern, it is partly useful for preparing release notes for
normal releases as well.

Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@ril.com>
src/script/ceph-release-notes [new file with mode: 0755]