From 0955673a743b78140ca2c72d80f8f1cf6a8bd3e1 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Thu, 27 Feb 2020 18:20:54 -0500 Subject: [PATCH] Minor update to travis (probably irrelevant) and github files. --- .github/release_checklist.md | 2 ++ .travis.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/release_checklist.md b/.github/release_checklist.md index 8be349b0..e81bf40c 100644 --- a/.github/release_checklist.md +++ b/.github/release_checklist.md @@ -34,6 +34,8 @@ This checklist is mostly for me personally - just want to have a easy to refer t - Is documentation up to spec? +- If everything is good, create a release branch! + ## Linux ### Arch diff --git a/.travis.yml b/.travis.yml index 2665b90f..76583883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,4 +89,5 @@ deploy: tags: true condition: "$TRAVIS_RUST_VERSION = stable" repo: ClementTsang/bottom + branch: master draft: true