aboutsummaryrefslogtreecommitdiff
path: root/gen-changelog.sh
blob: 994595883c1af5ab08c2e9ce8c20cccb5607361e (plain)
1
2
3
#!/bin/bash
git -P log --summary | grep -e '    ' -e 'commit' -e 'Date:' | sed -e 's/commit /---\n/g' -e 's/Date:   //g' > CHANGELOG