rtl_433/.deploy/gen_nightly_info.sh

4 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