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

[incubator-nuttx] 01/01: Update checkrelease script for readme.md inread of .txt

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

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

commit a18ab3c99c9e3e579fab5c4eec0a8c396c667408
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