restic-compose-backup/extras/release.md
2019-12-05 02:48:24 +01:00

336 B

Making a release

  • Update version in setup.py
  • Update version in docs/conf.py
  • Build and tag image
  • push: docker push zettaio/restic-compose-backup:<version>
  • Ensure RTD has new docs published

Example

docker build . --tag zettaio/restic-compose-backup:0.2.0
docker push zettaio/restic-compose-backup:0.2.0