summaryrefslogtreecommitdiff
path: root/bin/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'bin/changelog')
-rwxr-xr-xbin/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/changelog b/bin/changelog
index 4c894f8ff5b..70be4058137 100755
--- a/bin/changelog
+++ b/bin/changelog
@@ -80,6 +80,8 @@ class ChangelogEntry
unless options.dry_run
write
+ %x{git add #{file_path}}
+
amend_commit if options.amend
end
end