Add new include for 'Defaults.gitlab-ci.yml' in the CI
configuration to streamline the build process. The changes
ensure that the necessary defaults are applied, improving
pipeline consistency and maintainability.
Updates the base Python version in the Dockerfile to 3.13.1-slim.
This change ensures that the latest bug fixes and improvements
are included, enhancing stability and performance.
Updates the commit_parsers to include grouping for chore messages related
to dependencies, pull requests, and pull activities. This change ensures
that these important commit types are tracked and categorized correctly,
allowing for better visibility and organization of commit history.
Adds a default configuration for git-cliff, enabling
conventional commit parsing and changelog generation.
Integrates GitLab CI by including the necessary pipeline
templates for release management. These changes improve
the project's commit management and automate the release
notes generation process.
Adds the robotframework-browser package to enhance browser
automation capabilities for testing. This change allows for
more versatile testing scenarios within the existing project.
Eliminate unused DOCKER_HOST variable and Docker service from CI
configuration. This simplifies the setup and improves build
performance by reducing overhead.