Skip to content

Commit e43408b

Browse files
authored
Fix typos on checklist for Quarto release
1 parent f32e840 commit e43408b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [ ] "Set as pre-release" should be unchecked, and
1616
- [ ] "Set as latest release" should be checked.
1717
- [ ] 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]`
1919
- [ ] push the changes to the `main` branch
2020
- [ ] quarto-dev/quarto-web changes
2121

@@ -29,7 +29,7 @@
2929
- In the `prerelease` branch:
3030
- [ ] update the highlights files
3131
- [ ] 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)
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)

0 commit comments

Comments
 (0)