From d8baf0b9e730f6bcd0184efc49f73482255ce609 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 25 Jan 2019 19:35:20 +0100 Subject: [PATCH] Put automatic GitHub releases in the draft state This is done so that I can edit the description as needed, before publishing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 118d36e..61bc9aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ jobs: file_glob: true file: dist/* skip_cleanup: true + draft: true on: tags: true