浏览代码

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"