Merge pull request #3153 from flatcar/tormath1/signoff

.github: sign commits from common scripts
This commit is contained in:
Mathieu Tortuyaux 2025-07-28 15:29:12 +02:00 committed by GitHub
commit 9ed152a455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -186,7 +186,7 @@ function commit_changes() {
for dir; do
git add "${dir}"
done
git commit -m "${pkg}: Update from ${old_version} to ${new_version}"
git commit --signoff -m "${pkg}: Update from ${old_version} to ${new_version}"
popd
}