From c5b7022beb890071057353ac64aaf764640a31cb Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 19 Jun 2019 10:27:00 +0200 Subject: [PATCH] Make note to wait for travis to finish before tagging otherwise the build on master might also use the tag --- RELEASING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASING.md b/RELEASING.md index eb10564..ad51284 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -1,2 +1,3 @@ * Update the README.md to point to the newly released version +* Wait for the regular travis build on master to finish * Tag the commit. Now travis should publish automatically (see project/travis.sh)