Fix CI profile to let profile group control phase on prerelease site#1938
Merged
Fix CI profile to let profile group control phase on prerelease site#1938
Conversation
Follow-up to #1932. Now that prerelease-subdomain is defined in _quarto-prerelease-docs.yml rather than the phase profiles, the profile group order correctly controls which phase is active on the prerelease site. The explicit prerelease profile activation is no longer needed and prevents RC branding from showing on prerelease.quarto.org during RC phase.
Contributor
📝 Preview Deployment🔍 Full site preview: https://deploy-preview-1938.quarto.org |
github-actions bot
pushed a commit
that referenced
this pull request
Mar 5, 2026
…1938) Follow-up to #1932. Now that prerelease-subdomain is defined in _quarto-prerelease-docs.yml rather than the phase profiles, the profile group order correctly controls which phase is active on the prerelease site. The explicit prerelease profile activation is no longer needed and prevents RC branding from showing on prerelease.quarto.org during RC phase. (cherry picked from commit a34fdb6)
Contributor
|
Successfully created backport PR for |
cderv
added a commit
that referenced
this pull request
Mar 5, 2026
…1938) Follow-up to #1932. Now that prerelease-subdomain is defined in _quarto-prerelease-docs.yml rather than the phase profiles, the profile group order correctly controls which phase is active on the prerelease site. The explicit prerelease profile activation is no longer needed and prevents RC branding from showing on prerelease.quarto.org during RC phase. (cherry picked from commit a34fdb6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #1932. Reverts
QUARTO_PROFILEfromprerelease,prerelease-docsback toprerelease-docsin both CI workflows.Why this is now safe
PR #1932 moved
prerelease-subdomainout of the phase profiles (_quarto-prerelease.yml/_quarto-rc.yml) and into_quarto-prerelease-docs.yml. This means the profile group[rc, prerelease]order now correctly determines which phase branding appears on the prerelease site.With #1932's explicit
prereleaseprofile activation, the prerelease site was locked to "Pre-release" branding even during RC phase. Removing it lets the profile group default (set by the "flip to RC" commits) propagate correctly.See discussion at:
What changes
preview.yml:106prerelease,prerelease-docsprerelease-docspublish.yml:50prerelease,prerelease-docsprerelease-docs