rtl_433/.deploy/gen_nightly_info.sh
2023-02-12 19:36:40 +01:00

3 lines
146 B
Bash
Executable file

#!/bin/bash
git log $(git describe --tags --abbrev=0 HEAD^)..HEAD --oneline |egrep -v 'minor:|build:|docs:' |sed -e 's/[^ ]*/-/' >RELEASEINFO.md