IXWebSocket/tools/extract_latest_change.sh
2020-07-24 11:53:09 -07:00

4 lines
69 B
Bash

#!/bin/sh
grep -A 3 '^##' docs/CHANGELOG.md | head -n 3 | tail -n 1