Skip to content

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Jul 4, 2023
1 parent 98954a9 commit 7bd5ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if ! grep "${VERSION}" CHANGELOG.md > /dev/null 2>&1; then
echo "First add '${VERSION}' to CHANGELOG.md please"
exit 1
fi
if [ -n "$(git status --porcelain)" ]; then
if [ -n "$(git status --porcelain)" ]; then
echo "Git working tree not clean. First commit all your work please."
exit 1
fi
Expand Down

0 comments on commit 7bd5ba0

Please sign in to comment.