Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
🍀 Re-enable Release log check
Browse files Browse the repository at this point in the history
  • Loading branch information
MeneDev committed Sep 7, 2018
1 parent dc25aa9 commit aa4e53b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:
fi
- attach_workspace:
at: /tmp/workspace
# - run:
# name: Verify CHANGELOG contains release tag
# command: |
# if ! cat CHANGELOG.md | grep "## $tag" ; then
# echo "Missing Changelog entry for $tag, refusing to release"
# exit 1
# fi
- run:
name: Verify CHANGELOG contains release tag
command: |
if ! cat CHANGELOG.md | grep "## $tag" ; then
echo "Missing Changelog entry for $tag, refusing to release"
exit 1
fi
- restore_cache:
key: gopkg-{{ checksum "Gopkg.lock" }}
paths:
Expand Down

0 comments on commit aa4e53b

Please sign in to comment.