Преглед изворни кода

signoff

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky пре 1 година
родитељ
комит
06f42fdd72
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      scripts/updateLibraryHash.sh

+ 1 - 1
scripts/updateLibraryHash.sh

@@ -37,5 +37,5 @@ sed -i s"#androidLibraryVersion\ =.*#androidLibraryVersion =\"$latestCommit\"#"
 
 git add build.gradle
 git add gradle/verification-metadata.xml
-git commit -m "Update library"
+git commit -s -m "Update library"
 gh pr create --title "Update library $(date +%F)" --body "Update library to latest commit"