There was an error while loading. Please reload this page.
1 parent 3b862cb commit e43e45eCopy full SHA for e43e45e
1 file changed
.github/workflows/ci-cd.yml
@@ -68,7 +68,7 @@ jobs:
68
run: |
69
export GIT_TAG=$(git describe --tags)
70
export FILE_SHA=$(sha256sum dinfo-linux-x64-self-contained | cut -d' ' -f1)
71
- git log --pretty="# Contributor: %an <%ae>" | sort -u | sed '/^#/!d' | tee aur-deploy/PKGBUILD
+ git shortlog --summary --email | sed -e 's/^\w*\ *//' -e 's/^\w*\ *//' -e 's/^[[:space:]]*//g' -e 's/^/# Contributor: /' | tee aur-deploy/PKGBUILD
72
sed -i "s/VERSION_BASE/${GIT_TAG:1}/" aur-deploy/PKGBUILD.base
73
sed -i "s/FILE_SHA_BASE/$FILE_SHA/" aur-deploy/PKGBUILD.base
74
cat aur-deploy/PKGBUILD.base >> aur-deploy/PKGBUILD
0 commit comments