You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/checklist-make-a-new-quarto-release.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
-[ ] "Set as pre-release" should be unchecked, and
16
16
-[ ] "Set as latest release" should be checked.
17
17
-[ ] once the v1.5 build completes, edit the quarto.org website configuration on https://github.com/quarto-dev/quarto-web to reflect the new version
18
-
- this means flipping the profile group configuration in `_quarto.yml` from `[rc,prelease]` to `[prerelease,rc]`
18
+
- this means flipping the profile group configuration in `_quarto.yml` from `[rc,prerelease]` to `[prerelease,rc]`
19
19
-[ ] push the changes to the `main` branch
20
20
-[ ] quarto-dev/quarto-web changes
21
21
@@ -29,7 +29,7 @@
29
29
- In the `prerelease` branch:
30
30
-[ ] update the highlights files
31
31
-[ ] create `docs/prerelease/1.5/{_highlights, index}.qmd` files based on the ones from the previous release
32
-
-[ ] change `docs/prerelease/_highlights.qmd` so its include points to the new version-specific `_highlights.qmd` file (here, 1.5)
32
+
-[ ] change `docs/prerelease/_highlights-prerelease.qmd` so its include points to the new version-specific `_highlights.qmd` file (here, 1.5)
33
33
-[ ] change `docs/prerelease/_highlights-release.qmd` so its include points to the new version-specific `_highlights.qmd` file (here, 1.4)
34
34
-[ ] add the stable version to the older downloads list by editing /docs/download/\_download-older.yml
35
35
-[ ] run `quarto run tools/release-notes.R` to generate the release notes and bump `version` in `_quarto.yml` (to released version) and `_quarto-prerelease-docs.yml` (to next prerelease)
0 commit comments