Close milestone : Walking to MVP
-
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
. -
Check version of django-upgrade at repository. Update django-upgrade revision at .pre-commit-config.yaml
. -
Update version project: date +%Y.%j
. Updatepyproject.toml::project::version
. And run the commanduv lock
. -
Modify CHANGELOG file manually. In the future, it's autofilled with trailer/tagged commit messages when a release is made. -
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 .