Fix ci release template #16

Merged
Djeex merged 2 commits from fix-ci-release-template into main 2026-08-23 23:24:42 +02:00
Showing only changes of commit 13926f2e9f - Show all commits
+2 -2
View File
@@ -147,9 +147,9 @@ jobs:
fi
fi
COMMIT_LIST=$(git log --no-merges --format='- %s' "$BASE_REF".."${{ github.sha }}")
REPO_URL="https://git.djeex.fr/Djeex/adguard-cidre"
COMMIT_LIST=$(git log --no-merges --format="- [%h](${REPO_URL}/commit/%H) %s" "$BASE_REF".."${{ github.sha }}")
SHORT_SHA=$(echo "${{ github.sha }}" | cut -c1-7)
SOURCE_LINE="[${SHORT_SHA}](${REPO_URL}/commit/${{ github.sha }})"
if [ -n "$PR_NUM" ]; then