Pin the version of the travis releaser script to prevent the CI from hanging

This commit is contained in:
atosatto 2018-08-20 21:29:52 +02:00
parent 00fdf97379
commit 6d769c1f97
No known key found for this signature in database
GPG Key ID: 07B06CDB37C65FA5
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ fi
# Generate CHANGELOG.md
git checkout master
git pull
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator \
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app ferrarimarco/github-changelog-generator:1.14.3 \
-u "${ORGANIZATION}" -p "${PROJECT}" --token "${GH_TOKEN}" \
--release-url "${GALAXY_URL}" \
--unreleased-label "**Next release**" --no-compare-link