Loading
Commits on Source 6
-
GitLab Renovate Bot authored
-
GitLab Renovate Bot authored
chore(deps): update dependency https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git to v1.41.1
-
renovate-bot authored
chore(deps): update dependency hashicorp/terraform to v1.14.6 See merge request !578
-
renovate-bot authored
chore(deps): update dependency https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git to v1.41.1 See merge request !579
-
Bob Van Landuyt authored
Without this, copier tries to 3-way merge the template's `.releaserc.json.jinja` over the project's existing file, producing git-style conflict markers. This makes the file invalid JSON, causing the `semantic-release-maintenance-branches` migration to silently exit without applying its changes. Adding `.releaserc.json` to `_skip_if_exists` lets the migration script be the sole mechanism for updating the file, consistent with how we handle other config files like `renovate.json` and `.gitlab-ci.yml`. For gitlab-com/runbooks!10197 (comment 3126483076)
-
Pierre Guinoiseau authored
fix: add `.releaserc.json` to `_skip_if_exists` See merge request !580