From 7dfdef4bfbe6612aab6206e6a57add85f5d54ed9 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 13 Mar 2018 15:14:06 +0100 Subject: [PATCH] travis: mark automatic releases as prerelease --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3f291c6..4f9c2fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,8 @@ deploy: - "libmastodon-cpp_${TRAVIS_TAG}-0_amd64.deb" - "libmastodon-cpp-${TRAVIS_TAG}-0.x86_64.rpm" skip_cleanup: true + options: + - prerelease: true on: tags: true condition: $CC = gcc