You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocrd-galley/README-DEV.md

242 B

Releasing

  • git tag -m 'v<version>' 'v<version>'
  • for r in origin github; 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