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
Update release checklist for prerelease-callout shortcode
quarto-dev/quarto-web#1961 replaces per-version `_pre-release-feature.qmd`
include files with an automatic `prerelease-callout` shortcode. Update
the release checklist to reflect that these files no longer need to be
created, and update the shortcode reference from the old extension name.
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
@@ -28,15 +28,15 @@
28
28
-[ ] Ensure the download links on https://quarto.org/docs/get-started/ and https://quarto.org/docs/download/ point to the stable and prerelease versions respectively
29
29
- In the `prerelease` branch:
30
30
-[ ] update the highlights files
31
-
-[ ] create `docs/prerelease/1.5/{_highlights, index, _pre-release-feature}.qmd` files based on the ones from the previous release
31
+
-[ ] create `docs/prerelease/1.5/{_highlights, index}.qmd` files based on the ones from the previous release
32
32
-[ ] change `docs/prerelease/_highlights.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)
36
36
-[ ] push the changes to `prerelease` branch, ensure they build correctly
37
37
-[ ] Merge the `prerelease` branch into `main`, push to `main`
38
38
-[ ] ensure the build completes successfully
39
-
-[ ] verify `_quarto.yml``version` on `main` reflects the released version (e.g. `'1.4'`) — needed for `prerelease-docs-url` shortcode to resolve blog links to quarto.org
39
+
-[ ] verify `_quarto.yml``version` on `main` reflects the released version (e.g. `'1.4'`) — needed for `prerelease` shortcodes to resolve blog links and pre-release callouts
40
40
-[ ] Merge `main` into `prerelease`, push to `prerelease`
41
41
-[ ] ensure the build completes successfully
42
42
-[ ] Create new tag on `main` with stable release version number (here, `v1.4`) to mark when the new main site version went live
0 commit comments