Преглед изворни кода

chore: bump emqx app version to 5.0.2

Zaiming (Stone) Shi пре 3 година
родитељ
комит
999eac5376
2 измењених фајлова са 2 додато и 1 уклоњено
  1. 1 1
      apps/emqx/src/emqx.app.src
  2. 1 0
      scripts/apps-version-check.sh

+ 1 - 1
apps/emqx/src/emqx.app.src

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

+ 1 - 0
scripts/apps-version-check.sh

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