restic-compose-backup/extras/release.md

15 lines
336 B
Markdown
Raw Normal View History

2019-12-03 09:19:09 +00:00
# Making a release
2019-12-05 01:48:24 +00:00
- Update version in `setup.py`
- Update version in `docs/conf.py`
2019-12-03 09:19:09 +00:00
- Build and tag image
- push: `docker push zettaio/restic-compose-backup:<version>`
2019-12-05 01:04:11 +00:00
- Ensure RTD has new docs published
2019-12-03 09:19:09 +00:00
## Example
```bash
docker build . --tag zettaio/restic-compose-backup:0.2.0
docker push zettaio/restic-compose-backup:0.2.0
```