kopia lustrzana https://github.com/bellingcat/auto-archiver
16 wiersze
468 B
Markdown
16 wiersze
468 B
Markdown
![]() |
# Release Process
|
||
|
|
||
|
```{note} This is a work in progress.
|
||
|
```
|
||
|
|
||
|
1. Update the version number in [version.py](src/auto_archiver/version.py)
|
||
|
2. Go to github releases > new release > use `vx.y.z` for matching version notation
|
||
|
1. package is automatically updated in pypi
|
||
|
2. docker image is automatically pushed to dockerhup
|
||
|
|
||
|
|
||
|
|
||
|
manual release to docker hub
|
||
|
* `docker image tag auto-archiver bellingcat/auto-archiver:latest`
|
||
|
* `docker push bellingcat/auto-archiver`
|