Files
auto-archiver/docs/source/development/release.md
Patrick Robertson 222a94563f WIP: Docs tidyups+add howto on logging and authentication
(Authentication is WIP)
2025-02-19 10:37:04 +00:00

468 B

Release Process

  1. Update the version number in 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 dockerhub

manual release to docker hub

  • docker image tag auto-archiver bellingcat/auto-archiver:latest
  • docker push bellingcat/auto-archiver