Skip to content

Commit

Permalink
Pin the version of the travis releaser script to prevent the CI from …
Browse files Browse the repository at this point in the history
…hanging (#26)
  • Loading branch information
atosatto authored Aug 20, 2018
1 parent 00fdf97 commit 11b391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/releaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11b391f

Please sign in to comment.