直近のタグからHEADまでのマージコミットのbody(PRのタイトル)の一覧を表示するコマンド
git log $(git describe --abbrev=0 --tags).. --merges --pretty=format:"%b" | sed -e "s/^/* [ ] /"