diff --git a/fern/products/docs/pages/changelog/2026-04-22.mdx b/fern/products/docs/pages/changelog/2026-04-22.mdx index 56e55df2e..934c77360 100644 --- a/fern/products/docs/pages/changelog/2026-04-22.mdx +++ b/fern/products/docs/pages/changelog/2026-04-22.mdx @@ -4,7 +4,7 @@ tags: ["developer-tools"] ## Clean up GitLab preview deployments on merge -The updated [GitLab CI/CD pipeline](/learn/docs/developer-tools/gitlab) now includes a `cleanup_preview` stage that deletes a merge request's preview deployment once the MR merges into the default branch, so stale previews don't linger. +The updated [GitLab CI/CD pipeline](/learn/docs/developer-tools/git-lab#add-the-cicd-pipeline) now includes a `cleanup_preview` stage that deletes a merge request's preview deployment once the MR merges into the default branch, so stale previews don't linger. To adopt this workflow, replace your `.gitlab-ci.yml` file with the updated version.