Skip to content

Commit 3f7cb44

Browse files
authored
Merge pull request #4086 from replicatedhq/ep-v2-version-removal-clarity
Clarify version removal behavior in EP v2 versioned docs
2 parents 86f031e + 7cfca40 commit 3f7cb44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/vendor/enterprise-portal-v2-versioned-docs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ When a customer switches versions via the dropdown, the portal swaps the version
9292

9393
## Removing versions
9494

95-
To unpublish a version from the dropdown, delete the branch. The version disappears after the next sync.
95+
To remove a version's dedicated content branch, delete the branch from your git repo. The branch disappears from the Content tab after the next sync.
96+
97+
However, if a release with that version label still exists on a customer's channel, the version still appears in the customer's version dropdown. The portal resolves it using the version resolution chain (nearest lower semver branch, then `main` as fallback). To fully remove a version from the customer's dropdown, the release must also be removed from the channel.
9698

9799
## Overrides
98100

0 commit comments

Comments
 (0)