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