Skip to content

Commit

Permalink
release(17.3.0): release 17.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Mar 13, 2024
1 parent 4a63a1f commit 893a34b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci/build-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DIST="$(pwd)/dist"
commitSha=$(git rev-parse --short HEAD)
commitAuthorName=$(git --no-pager show -s --format='%an' HEAD)
commitAuthorEmail=$(git --no-pager show -s --format='%ae' HEAD)
commitMessage=$(git log --oneline -n 1)
commitMessageCheck=$(git log --oneline -n 2)
commitMessage=$(git show -s --format=%s)
commitMessageCheck=$(git show -s --format=%s)

echo "Current commit author name: ${commitAuthorName}"
echo "Current commit message: ${commitMessageCheck}"
Expand Down

0 comments on commit 893a34b

Please sign in to comment.