From 13e468ea065c8aa26607f415b52e7863a8c65edc Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Thu, 25 Jul 2019 19:13:59 -0700 Subject: [PATCH] added script for generating changelog from commits --- scripts/changelog.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/changelog.sh 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"