mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-07-01 01:19:52 +02:00
📝 README-DEV: Fix git push instructions
This commit is contained in:
parent
a5b4e06a09
commit
4b8399fc52
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Releasing
|
||||
---------
|
||||
* `git tag -m 'v<version>' 'v<version>'`
|
||||
* `for r in origin github; git push -d $r stable; done`
|
||||
* `for r in origin github; do git push -d $r stable; done`
|
||||
* `git tag -fm 'stable' 'stable'`
|
||||
* `for r in origin github; git push --tags $r; done`
|
||||
* `for r in origin github; do git push --tags $r; done`
|
||||
* This triggers Travis builds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue