You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/26 10:25:43 UTC

[incubator-nuttx] branch master updated: Update checkrelease script for readme.md inread of .txt

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new b021375  Update checkrelease script for readme.md inread of .txt
b021375 is described below

commit b021375f2c8d86020d3f67d8dceacb24b8d67ea3
Author: Brennan Ashton <ba...@brennanashton.com>
AuthorDate: Thu Nov 26 00:44:29 2020 -0800

    Update checkrelease script for readme.md inread of .txt
    
    Signed-off-by: Brennan Ashton <ba...@brennanashton.com>
---
 tools/checkrelease.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/checkrelease.sh b/tools/checkrelease.sh
index fe3f720..82a6ada 100755
--- a/tools/checkrelease.sh
+++ b/tools/checkrelease.sh
@@ -99,8 +99,8 @@ function check_required_files() {
       echo " - NOTICE file not present."
       MISSING_FILE=1
     fi
-    if [ ! -f "$RELEASE_DIR/README.txt" ]; then
-      echo " - README.txt file not present."
+    if [ ! -f "$RELEASE_DIR/README.md" ]; then
+      echo " - README.md file not present."
       MISSING_FILE=1
     fi
     if [ ! -f "$RELEASE_DIR/DISCLAIMER-WIP" ]; then