added script for generating changelog from commits

This commit is contained in:
pyr0ball 2019-07-25 19:13:59 -07:00
parent 670528cf85
commit 13e468ea06

2
scripts/changelog.sh Normal file
View file

@ -0,0 +1,2 @@
#!/bin/bash
git log ${1}...${2} --pretty=format:'<li> <a href="https://github.com/pyr0ball/pyr0piezo/commit/%H">view commit &bull;</a> %s</li> ' --reverse | grep "#changelog"