gdfg
Some checks failed
Deploy Release / Build (push) Failing after 6s

This commit is contained in:
amass 2024-07-02 01:04:09 +08:00
parent cba623be25
commit def33dadf7

View File

@ -19,7 +19,7 @@ jobs:
run: |
set -eux
echo "gdgd"
git log v0.0.6..v0.0.16 --reverse --pretty=format:"%B"
git log v0.0.15..v0.0.16 --reverse --pretty=format:"%B"
git log $(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))..$(git describe --tags --abbrev=0) --reverse --pretty=format:\"%B\" | xargs echo
git log $(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))..$(git describe --tags --abbrev=0) --reverse --pretty=format:"%B" | nl -w2 -s". " | xargs echo
git log $(git describe --tags --abbrev=0 $(git rev-list --tags --skip=1 --max-count=1))..$(git describe --tags --abbrev=0) --reverse --pretty=format:"%B" | nl -w2 -s". " > ${{ github.workspace }}-CHANGELOG.txt