Skip to content

Commit

Permalink
Merge remote-tracking branch 'blueprint/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed May 9, 2021
2 parents b8b048a + 69056e7 commit 9f901db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ if output=$(git status --porcelain) && [[ -n "$output" ]]; then
log.info ${output}
exit 2
fi
if ! pytest; then
exit 3
fi

const_path=$(find custom_components/ -name const.py)
version=$(grep "^VERSION =" ${const_path} | sed -E "s/^[^\"]+\"([^\"]*).*$/\\1/")
Expand Down

0 comments on commit 9f901db

Please sign in to comment.