mirror of
https://github.com/qurator-spk/ocrd-galley.git
synced 2025-06-07 22:00:12 +02:00
📝 README-DEV.md
This commit is contained in:
parent
6ccfe08511
commit
830479d8c2
1 changed files with 7 additions and 0 deletions
7
README-DEV.md
Normal file
7
README-DEV.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Releasing
|
||||||
|
---------
|
||||||
|
* `git tag -m 'v<version>' 'v<version>'`
|
||||||
|
* `for r in origin github; git push -d $r stable; done`
|
||||||
|
* `git tag -fm 'stable' 'stable'`
|
||||||
|
* `for r in origin github; git push --tags $r; done`
|
||||||
|
* This triggers Travis builds
|
Loading…
Add table
Add a link
Reference in a new issue