From b37106e58f569c1f6d0290e48120ef08299c7d6a Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 26 Oct 2020 15:40:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README-DEV:=20Also=20push=20mast?= =?UTF-8?q?er,=20not=20only=20tags...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-DEV.md b/README-DEV.md index f522a0e..ab648ff 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -3,7 +3,7 @@ Releasing * `git tag -m 'v' 'v'` * `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 github-qurator-spk; do git push --tags $r; done` +* `for r in origin github github-qurator-spk; do git push --tags $r master; 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).