summarylogtreecommitdiffstats
path: root/upgrade.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade.sh')
-rwxr-xr-xupgrade.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/upgrade.sh b/upgrade.sh
index 557e11f1d88b..d8ffb917663c 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -23,3 +23,6 @@ trap - EXIT
sed -i -e "s/${sha256sums[0]}/$sum/g" PKGBUILD
makepkg --printsrcinfo > .SRCINFO
+
+git add .
+git commit -m "Upgrade to 2.21.5"