Commit b4bdee6
committed
Fix CI to explicitly activate prerelease profile for prerelease site
When CI set QUARTO_PROFILE=prerelease-docs, the profile group
[rc, prerelease] auto-added rc (the group default), giving the
prerelease site RC branding. Adding 'prerelease' explicitly
(prerelease,prerelease-docs) satisfies the group so the default
is not auto-added.
This also makes the prerelease site immune to "flip to RC" commits
that reorder the profile group, eliminating empty cherry-picks when
those commits are auto-backported to the prerelease branch.1 parent f176674 commit b4bdee6
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments