add tool to ease making commits
This commit is contained in:
3
tools/extract_latest_change.sh
Normal file
3
tools/extract_latest_change.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
grep -A 3 '^##' docs/CHANGELOG.md | head -n 3 | tail -n 1
|
Reference in New Issue
Block a user