From 8cc5cc801d9cbbd56d1c170d2f3435c2511df855 Mon Sep 17 00:00:00 2001 From: Stefan Hansson Date: Wed, 3 Jul 2024 17:13:59 +0200 Subject: [PATCH] CI: adapt autoupdate.sh to follow our commit style (MR 5314) Our commit style (specified in COMMITSTYLE.md) states that "upgrade to" should be used when increasing the version of a package. --- .ci/autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/autoupdate.sh b/.ci/autoupdate.sh index f15182360..2e9d70791 100755 --- a/.ci/autoupdate.sh +++ b/.ci/autoupdate.sh @@ -83,7 +83,7 @@ update_linux_next() { # Commit git add device/testing/linux-next/APKBUILD - git commit -S -m "linux-next: update to $latest" + git commit -S -m "linux-next: upgrade to $latest" } # For testing