IXWebSocket/tools/extract_latest_change.sh

4 lines
69 B
Bash
Raw Normal View History

2020-07-24 11:53:09 -07:00
#!/bin/sh
grep -A 3 '^##' docs/CHANGELOG.md | head -n 3 | tail -n 1