This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new ee768ca  Sign commits by CI
ee768ca is described below

commit ee768ca21efa5da76241d615efe92b03261579e9
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Tue Sep 12 14:49:28 2023 +0200

    Sign commits by CI
---
 .github/workflows/deploy-release-reusable.yaml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/deploy-release-reusable.yaml 
b/.github/workflows/deploy-release-reusable.yaml
index 2025b1b..a366650 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -105,9 +105,9 @@ jobs:
               -DnewVersion="$PROJECT_VERSION" \
               -DgenerateBackupPoms=false \
               versions:set-property
-            git config user.name github-actions
-            git config user.email [email protected]
-            git commit pom.xml -m "Set version to \`$PROJECT_VERSION\`"
+            git config user.name "ASF Logging Services RM"
+            git config user.email [email protected]
+            git commit -s pom.xml -m "Set version to \`$PROJECT_VERSION\`"
             git push origin
           fi
 
@@ -119,9 +119,9 @@ jobs:
             -P changelog-release
           git add src/changelog
           if [ -n "$(git status --porcelain)" ]; then
-            git config user.name github-actions
-            git config user.email [email protected]
-            git commit src/changelog -m "Release changelog for version 
\`$PROJECT_VERSION\`"
+            git config user.name "ASF Logging Services RM"
+            git config user.email [email protected]
+            git commit -s src/changelog -m "Release changelog for version 
\`$PROJECT_VERSION\`"
             git push origin
           fi
 

Reply via email to