Loading
Commits on Source 5
-
Alessio Caiazza authored
The packageRule that types runwayctl bumps as `feat` filtered on `matchFileNames: templates/release-platform/template.yml`. Since the Jsonnet migration the version is detected by the regex manager in `src/ci/components/release-platform.jsonnet`, and `matchFileNames` matches the package file where the dependency is found, not the generated files rewritten afterward by `postUpgradeTasks`. The rule never fired, so bumps landed as `chore(deps)` (see !1650). Point `matchFileNames` at the Jsonnet source, add a matching rule for Fairway, and set `semanticCommitScope: release-platform`. Titles use `commitMessageTopic` rather than `commitMessageAction`, which only replaces the "update" verb and would leave the "dependency <name>" topic in place, producing a doubled title. Resulting titles: feat(release-platform): update runway to vX feat(release-platform): update fairway to vX AI-assisted: Claude Code (claude-opus-4-8)
-
Alessio Caiazza authored
chore(renovate): mark runway/fairway bumps as feat See merge request !1654
-
GitLab Renovate Bot authored
-
Alessio Caiazza authored
feat(release-platform): update runway to v4.53.1 See merge request !1660
-
semantic-release-bot authored
## [4.22.0](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2026-07-02) ### Features * **release-platform:** update runway to v4.53.1 ([c7d5109d](c7d5109d)) ### Others * **renovate:** mark runway/fairway bumps as feat ([6877808e](6877808e))