mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-08 14:19:57 +02:00
📝 README-DEV: Also push master, not only tags...
This commit is contained in:
parent
cc4ef3465d
commit
b37106e58f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Releasing
|
||||||
* `git tag -m 'v<version>' 'v<version>'`
|
* `git tag -m 'v<version>' 'v<version>'`
|
||||||
* `for r in origin github github-qurator-spk; 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'`
|
* `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,
|
* This - the tags - triggers Travis builds for the mikegerber repo,
|
||||||
including building the Docker images and pushing them to Docker Hub.
|
including building the Docker images and pushing them to Docker Hub.
|
||||||
* Make sure that qurator-spk gets tags pushed (for consistency).
|
* Make sure that qurator-spk gets tags pushed (for consistency).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue