Skip to content

Commit

Permalink
enable announcements for slack
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Feb 12, 2019
1 parent 608318e commit 3516357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defaults_slack_announcement: &defaults_slack_announcement
-H 'Content-type: application/json' \
-H 'cache-control: no-cache' \
-d "{
\"text\": \"*${CIRCLE_PROJECT_REPONAME} - New release ${CIRCLE_TAG}*: ${CIRCLE_REPOSITORY_URL}/releases/tag/${CIRCLE_TAG}\"
\"text\": \"*${CIRCLE_PROJECT_REPONAME}* - Release \`${CIRCLE_TAG}\`: https://github.com/mojaloop/${CIRCLE_PROJECT_REPONAME}/releases/tag/${CIRCLE_TAG}\"
}"
jobs:
Expand Down

0 comments on commit 3516357

Please sign in to comment.