📝 README: Mention qurator-spk and Docker Hub

pull/27/head
Gerber, Mike 4 years ago
parent b7ea32ceb2
commit 67994d18a7

@ -1,7 +1,9 @@
Releasing
---------
* `git tag -m 'v<version>' 'v<version>'`
* `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).

Loading…
Cancel
Save