Skip to content

Commit 1f122b0

Browse files
committed
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.
1 parent 0e2edca commit 1f122b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-docs/checklist-make-a-new-quarto-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
- [ ] 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
2929
- In the `prerelease` branch:
3030
- [ ] 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
3232
- [ ] change `docs/prerelease/_highlights.qmd` so its include points to the new version-specific `_highlights.qmd` file (here, 1.5)
3333
- [ ] change `docs/prerelease/_highlights-release.qmd` so its include points to the new version-specific `_highlights.qmd` file (here, 1.4)
3434
- [ ] add the stable version to the older downloads list by editing /docs/download/\_download-older.yml
3535
- [ ] 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)
3636
- [ ] push the changes to `prerelease` branch, ensure they build correctly
3737
- [ ] Merge the `prerelease` branch into `main`, push to `main`
3838
- [ ] 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
4040
- [ ] Merge `main` into `prerelease`, push to `prerelease`
4141
- [ ] ensure the build completes successfully
4242
- [ ] 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

Comments
 (0)