chore: fix release-please to auto-bump Dockerfile and workflow versions

- Switch release-please to manifest mode (config-file + manifest-file)
- Add Dockerfile and docker workflow files as generic extra-files
- Add x-release-please-version annotations for automatic version replacement
- Bump hardcoded v3.6.0 to v3.7.0 to match current release
This commit is contained in:
Fringg
2026-02-07 13:57:54 +03:00
parent bec78beb25
commit 552a8ff8d8
5 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
FROM python:3.13-slim
ARG VERSION="v3.6.0"
ARG VERSION="v3.7.0" # x-release-please-version
ARG BUILD_DATE
ARG VCS_REF