fix(release): inline changelog definition

This commit is contained in:
Jguer 2020-01-12 22:24:12 +01:00 committed by J Guerreiro
parent 87fcfbf9f7
commit 1f007f39ab
2 changed files with 1 additions and 4 deletions

View file

@ -78,7 +78,7 @@ jobs:
- name: Set version
id: changelog
shell: bash
run: ./testdata/ci/changelog.sh $(cat env/previous_tag)
run: echo "::set-output name=CHANGELOG::$(git log --pretty=format:'%s%n' --abbrev-commit ${{ steps.tags.outputs.prev_tag }}..)"
- uses: actions/download-artifact@master
with:
name: yay_x86_64

View file

@ -1,3 +0,0 @@
#!/bin/bash
echo "::set-output name=CHANGELOG::$(git log --pretty=format:'%s%n%b==============================================' --abbrev-commit $1..$2)"