Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2018-10-20 20:32:41 +0300
committerChristopher Haster <chaster@utexas.edu>2018-10-20 20:34:41 +0300
commitec4d8b68add6a7de021dc09ef08123ab323cbc38 (patch)
tree2490174402eba78553a5d0cfc0cfd8b1630b1305
parentc7894a61e1986f3feca80bf2c0e24c33290063a1 (diff)
Changed release script to generate draftsv1.7.0
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e4ea93d..b28ec1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -182,6 +182,7 @@ jobs:
-d "{
\"tag_name\": \"$LFS_VERSION\",
\"name\": \"${LFS_VERSION%.0}\",
+ \"draft\": true,
\"body\": $(jq -sR '.' <<< "$CHANGES")
}"
fi