fix(release): fix missing changelog.sh

This commit is contained in:
Jguer 2020-01-12 18:39:51 +01:00
parent 9458e02711
commit b85428770e
No known key found for this signature in database
GPG key ID: 6D6CC9BEA8556B35

3
testdata/ci/changelog.sh vendored Executable file
View file

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