summaryrefslogtreecommitdiff
path: root/bin/auto-changelog
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-10 18:42:31 -0500
committerAndrewMurrell <ImFromNASA@gmail.com>2017-02-10 19:09:29 -0500
commit18ffed0c8baf19b53a26b23490c5f4e2367ea398 (patch)
tree552ef9cabc7898958d94b03efe0494bf330066aa /bin/auto-changelog
parent9ce576387ea86232aef9539da0194c11850df820 (diff)
Improve post-commit tooling
Diffstat (limited to 'bin/auto-changelog')
-rwxr-xr-xbin/auto-changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/auto-changelog b/bin/auto-changelog
index 2b8187f..64d15e9 100755
--- a/bin/auto-changelog
+++ b/bin/auto-changelog
@@ -39,7 +39,7 @@ main() {
if should-insert; then
insert
git add src/changelog.md
- git commit -m 'Auto-insert entry to ChangeLog'
+ git commit -m 'Auto-insert entry to ChangeLog' --author='Logger <logger@andrewdm.me>'
fi
}