diff --git a/scripts/changelog.sh b/scripts/changelog.sh new file mode 100644 index 0000000..51dc18a --- /dev/null +++ b/scripts/changelog.sh @@ -0,0 +1,2 @@ +#!/bin/bash +git log ${1}...${2} --pretty=format:'
  • view commit • %s
  • ' --reverse | grep "#changelog"