End milestone issue : Auth it
-
Update dependencies: uv sync --upgrade
-
Update uv: uv self update
. If mayor/minor version change, modify.gitlab-ci.yaml::UV_VERSION
. -
Update ruff: uv tool upgrade ruff
. Update ruff revision at.pre-commit-config.yaml
. -
Update django-upgrade. Check repository. -
Update version project: date +%Y.%j
. Updatepyproject.toml::project::version
. Anduv lock
. -
Modify CHANGELOG file. It's autofilled with trailer/tagged commit messages. Check and modify the changelog if needed. -
Update documentation: - Functionalities at
README.md
. - User documentation at
documentation/user/README.md
(documentation for the user).
- Functionalities at
-
Check image building: buildah bud --layers -f Dockerfile --target dalima --tag dalima_building_test .
Edited by Pablo Garcia Campos