aaa
Some checks failed
Release / build (, amd64, darwin) (push) Successful in 54s
Release / build (, amd64, linux) (push) Successful in 55s
Release / build (, arm64, darwin) (push) Successful in 51s
Release / build (, arm64, linux) (push) Successful in 57s
Release / release (push) Failing after 18s
Some checks failed
Release / build (, amd64, darwin) (push) Successful in 54s
Release / build (, amd64, linux) (push) Successful in 55s
Release / build (, arm64, darwin) (push) Successful in 51s
Release / build (, arm64, linux) (push) Successful in 57s
Release / release (push) Failing after 18s
This commit is contained in:
@@ -136,18 +136,13 @@ jobs:
|
|||||||
done
|
done
|
||||||
ls -lh dist/
|
ls -lh dist/
|
||||||
|
|
||||||
- name: Generate changelog
|
- name: Generate checksums
|
||||||
run: |
|
run: |
|
||||||
PREV_TAG=$(git tag --sort=-version:refname | sed -n '2p')
|
cd dist
|
||||||
if [ -z "$PREV_TAG" ]; then
|
sha256sum *.tar.gz > checksums.txt
|
||||||
echo "# Changes (full history)" > changelog.md
|
# Agregar zips solo si existen
|
||||||
git log --pretty=format:"- %s (%h)" -20 >> changelog.md
|
ls *.zip 2>/dev/null && sha256sum *.zip >> checksums.txt || true
|
||||||
else
|
cat checksums.txt
|
||||||
echo "# Changes since ${PREV_TAG}" > changelog.md
|
|
||||||
git log "${PREV_TAG}..${{ steps.version.outputs.tag }}" \
|
|
||||||
--pretty=format:"- %s (%h)" >> changelog.md
|
|
||||||
fi
|
|
||||||
cat changelog.md
|
|
||||||
|
|
||||||
- name: Generate checksums
|
- name: Generate checksums
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user