diff options
Diffstat (limited to 'bin/changelog')
-rwxr-xr-x | bin/changelog | 2 |
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 |