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.
This commit is contained in:
parent
33d35c0835
commit
8cc5cc801d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue