Skip to content

Commit

Permalink
chore: Bump @wireapp/changelog-bot to 2.2.1 (#6009)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian committed Mar 6, 2019
1 parent d1c4553 commit 312dcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -128,7 +128,7 @@ deploy:
after_deploy:
- |
if [[ "${TRAVIS_TAG}" =~ .*-staging.* ]] && [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_EVENT_TYPE}" == "push" ]; then
yarn global add @wireapp/changelog-bot@2.1.0
yarn global add @wireapp/changelog-bot@2.2.1
wire-changelog-bot -e "${WIRE_WEBAPP_BOT_EMAIL}" -p "${WIRE_WEBAPP_BOT_PASSWORD}" -c "a720ce02-c44c-4981-936c-609380884231"
wire-changelog-bot -e "${WIRE_WEBAPP_BOT_EMAIL}" -p "${WIRE_WEBAPP_BOT_PASSWORD}" -c "4223f57f-0c8d-42fe-bf8a-908d680788ab" -m "Staging bump done! 🏁"
fi
Expand All @@ -139,7 +139,7 @@ after_failure:
if [[ "${TRAVIS_BRANCH}" =~ ^(dev|prod|staging)$ ]]; then
LAST_COMMITTER_NAME="$(git --no-pager show -s --format='%an' HEAD)"
TRAVIS_BUILD_URL="https://travis-ci.org/${TRAVIS_REPO_SLUG}/builds/${TRAVIS_BUILD_ID}"
yarn global add @wireapp/changelog-bot@2.1.0
yarn global add @wireapp/changelog-bot@2.2.1
wire-changelog-bot -e "${WIRE_WEBAPP_BOT_EMAIL}" -p "${WIRE_WEBAPP_BOT_PASSWORD}" -c "b2cc7120-4154-4be4-b0c0-45a8c361c4d1" -m "${LAST_COMMITTER_NAME} broke the \"${TRAVIS_BRANCH}\" branch on \"${TRAVIS_REPO_SLUG}\" (Build #${TRAVIS_BUILD_NUMBER}). 🌵 → ${TRAVIS_BUILD_URL}"
fi
fi

0 comments on commit 312dcee

Please sign in to comment.