IXWebSocket/tools/extract_latest_change.sh

4 lines
69 B
Bash
Raw Permalink Normal View History

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