Skip to content

Commit

Permalink
Fix release changelog (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
phamann authored Jun 15, 2020
1 parent 264ca90 commit abc39a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/release-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ if [ -z "$CHANGELOG_GITHUB_TOKEN" ]; then
printf "\nWARNING: No \$CHANGELOG_GITHUB_TOKEN in environment, set one to avoid hitting rate limit.\n\n"
fi

if [ -z "$SEMVER_TAG" ]; then
echo "You must set \$SEMVER_TAG to your desired release semver version."
exit 1
fi

github_changelog_generator -u fastly -p cli \
--no-pr-wo-labels \
--no-author \
Expand Down

0 comments on commit abc39a1

Please sign in to comment.