Bug has been reported here (a fix seems to be ready): https://github.com/googleapis/release-please/issues/2248 In our context, when there is an update, we have: - `diracx-web-components` pre-release version bumped correctly (e.g. `0.1.0-a1 -> 0.1.0-a2`) - `diracx-web` and `extensions` versions bumped incorrectly (e.g. `0.1.0-a1 -> 0.1.1-a1` instead of `0.1.0-a2`) See https://github.com/DIRACGrid/diracx-web/pull/215