Loading
Commits on Source 3
-
Alessio Caiazza authored
The prepare-release.sh script updates Docker image version tags in *.yml and templates/**/*.yml, but not in src/ci/components/*.jsonnet. Since !1379 converted renovate-bot to Jsonnet, the generated renovate-bot.yml gets its version bumped by semantic-release while the Jsonnet source is left behind, creating a drift. Also fix the existing drift: renovate-bot.jsonnet still had v3.15.0 while the generated YAML was bumped to v3.15.1 by the release commit. Changes: - prepare-release.sh: add src/ci/components/*.jsonnet to the glob - .releaserc.json: add src/** to @semantic-release/git assets - renovate-bot.jsonnet: fix v3.15.0 -> v3.15.1 drift AI-assisted: OpenCode (Claude Opus 4.6)
-
Alessio Caiazza authored
Include Jsonnet sources in semantic-release version updates See merge request !1400
-
semantic-release-bot authored
## [3.15.2](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2026-04-03) ### Fixes * include Jsonnet sources in semantic-release version updates ([fc47cd70](fc47cd70))