Skip to content

Commit

Permalink
Fix preversion.sh to stage History.md
Browse files Browse the repository at this point in the history
This fixes an issue that was introduced in [1], where Changelog.txt was
renmaed to History.md, without updating this script to stage the changed
file with then new filename.

[1] e9f40a2
  • Loading branch information
mroderick committed Oct 25, 2017
1 parent 1e5fd0f commit 499b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/preversion.sh
@@ -1,7 +1,7 @@
#!/bin/bash
echo 'Updating History.md'
git changelog --no-merges
git add Changelog.txt
git add History.md

echo 'Updating AUTHORS'
git authors --list > AUTHORS
Expand Down

0 comments on commit 499b698

Please sign in to comment.