#!/bin/bash
set -euo pipefail

git log --grep '^REST API' --pretty=format:'%b' --reverse
