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

Commit

Permalink
🍀 Fix changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
MeneDev committed Sep 14, 2018
1 parent 2b3773a commit ffa8822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
- run:
name: Verify CHANGELOG contains release tag
command: |
tag=$CIRCLE_TAG
if ! cat CHANGELOG.md | grep "## $tag" ; then
echo "Missing Changelog entry for $tag, refusing to release"
exit 1
Expand Down

0 comments on commit ffa8822

Please sign in to comment.