From 67994d18a786449ff621b32e56fcb11b6d707a49 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 25 Aug 2020 19:24:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README:=20Mention=20qurator-spk?= =?UTF-8?q?=20and=20Docker=20Hub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README-DEV.md b/README-DEV.md index 896fc13..31563a2 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -1,7 +1,9 @@ Releasing --------- * `git tag -m 'v' 'v'` -* `for r in origin github; do git push -d $r stable; done` +* `for r in origin github github-qurator-spk; do git push -d $r stable; done` * `git tag -fm 'stable' 'stable'` -* `for r in origin github; do git push --tags $r; done` - * This triggers Travis builds +* `for r in origin github github-qurator-spk; do git push --tags $r; done` + * This - the tags - triggers Travis builds for the mikegerber repo, + including building the Docker images and pushing them to Docker Hub. + * Make sure that qurator-spk gets tags pushed (for consistency).