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.
485 B
485 B
Releasing
git tag -m 'v<version>' 'v<version>'
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 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).
- Create release on GitHub