Skip to content

Commit 18301ac

Browse files
author
Metallion
committed
Fixed a bug in the version_bump.sh script where the changelog was updated but not committed
1 parent 690976c commit 18301ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version_bump.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ ! $REPLY =~ ^[Yy]$ ]]; then
2525
exit 1
2626
fi
2727

28-
git add ${gemspec}
28+
git add ${gemspec} ${changelog}
2929
git commit -m "Bumped version to ${new_version}"
3030
git push origin master
3131

0 commit comments

Comments
 (0)