|
17 | 17 | - this means flipping the profile group configuration in `_quarto.yml` from `[rc,prelease]` to `[prerelease,rc]` |
18 | 18 | - [ ] push the changes to the `main` branch |
19 | 19 | - [ ] quarto-dev/quarto-web changes |
| 20 | + |
20 | 21 | - wait for the downloads file to be automatically updated by the GitHub Action on https://github.com/quarto-dev/quarto-web |
21 | 22 | - [ ] wait for https://github.com/quarto-dev/quarto-web/actions/workflows/update-downloads.yml to run (it runs every 15 minutes, or you can manually trigger it) |
22 | 23 | - This workflow run rendered the website: https://github.com/quarto-dev/quarto-web/actions/runs/12016407762 |
|
29 | 30 | - [ ] create `docs/prerelease/1.5/{_highlights, index, _pre-release-feature}.qmd` files based on the ones from the previous release |
30 | 31 | - [ ] change `docs/prerelease/_highlights.qmd` so its include points to the new version-specific `_highlights.qmd` file (here, 1.5) |
31 | 32 | - [ ] change `docs/prerelease/_highlights-release.qmd` so its include points to the new version-specific `_highlights.qmd` file (here, 1.4) |
32 | | - - [ ] add the stable version to the older downloads list by editing /docs/download/_download-older.yml |
| 33 | + - [ ] add the stable version to the older downloads list by editing /docs/download/\_download-older.yml |
33 | 34 | - [ ] run `quarto run tools/release-notes.R` to generate the release notes |
34 | 35 | - [ ] push the changes to `prerelease` branch, ensure they build correctly |
35 | 36 | - [ ] Merge the `prerelease` branch into `main`, push to `main` |
|
43 | 44 | - [ ] edit `_quarto-prerelease-docs.yml` to point to the new version |
44 | 45 | - [ ] publish the release blog post that should exist in https://github.com/quarto-dev/quarto-web/tree/main/docs/blog/posts |
45 | 46 | - [ ] Create a branch off of `main` (to trigger our PR automation to make the corresponding change to `prerelease`). |
46 | | - - [ ] Removing the `draft: true` line in the metadata |
47 | | - - [ ] Change the date to match the release date. |
| 47 | + - [ ] Removing the `draft: true` line in the metadata |
| 48 | + - [ ] Change the date to match the release date. |
48 | 49 |
|
49 | 50 | - [ ] Update https://github.com/quarto-dev/quarto-cli/blob/main/CITATION.cff |
50 | 51 | - [ ] Packaging and package managers, etc |
51 | 52 | - TBD winget, etc? |
52 | 53 | - [ ] chocolatey |
53 | | - - https://github.com/quarto-dev/quarto-release-bundles/ |
54 | | - - Go to "Select 'Publish Quarto PyPi'" |
55 | | - - [ ] Click "Run Workflow" |
| 54 | + - https://github.com/quarto-dev/quarto-release-bundles/actions/workflows/build-and-publish-choco.yaml |
| 55 | + - [ ] In "Build Choco package & Publish" workflow page, click "Run Workflow" |
56 | 56 | - Check the "Whether to publish or not the package on chocolatey" checkbox |
57 | 57 | - Wait for @cderv to receive email confirmation, no action needed |
58 | 58 | - [ ] pypi |
|
0 commit comments