chore: bump emqx app version to 5.0.2

This commit is contained in:
Zaiming (Stone) Shi 2022-07-02 11:37:14 +02:00
parent c602ef708f
commit 999eac5376
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{id, "emqx"},
{description, "EMQX Core"},
% strict semver, bump manually!
{vsn, "5.0.1"},
{vsn, "5.0.2"},
{modules, []},
{registered, []},
{applications, [

View File

@ -24,6 +24,7 @@ while read -r app; do
if [ "$old_app_version" = "$now_app_version" ]; then
changed_lines="$(git diff "$latest_release"...HEAD --ignore-blank-lines -G "$no_comment_re" \
-- "$app_path/src" \
-- "$app_path/include" \
-- ":(exclude)"$app_path/src/*.appup.src"" \
-- "$app_path/priv" \
-- "$app_path/c_src" | wc -l ) "