Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix release script
  • Loading branch information
samtstern committed Nov 9, 2020
1 parent a312617 commit 5898090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Expand Up @@ -100,7 +100,7 @@ echo ${release_notes_file}
echo
echo "Clearing CHANGELOG.md."
echo > CHANGELOG.md
git commit -am "[release] Cleared CHANGELOG.md after ${next_version} release." CHANGELOG.md
git commit -m "[release] Cleared CHANGELOG.md after ${next_version} release." CHANGELOG.md

echo
echo "Pushing changes to GitHub."
Expand Down

0 comments on commit 5898090

Please sign in to comment.