Skip to content

Commit

Permalink
Fix: Typo in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyjin authored Jul 27, 2017
1 parent 35994b6 commit 01cdf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ update_changelog() {
echo "Updating CHANGELOG.md"
echo "----------------------------------------------------------------------"

if ./node_modules/.bin/conventional-changelog -i CHANGELOG.md --same-file then
if ./node_modules/.bin/conventional-changelog -i CHANGELOG.md --same-file; then
echo "----------------------------------------------------------------------"
echo "Updated CHANGELOG successfully"
echo "----------------------------------------------------------------------"
Expand Down

0 comments on commit 01cdf3c

Please sign in to comment.