Skip to content

Commit 41de2d1

Browse files
committed
dev docs - adds information about other intallers in checklist docs
1 parent 446376d commit 41de2d1

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@
4949

5050
- [ ] Update https://github.com/quarto-dev/quarto-cli/blob/main/CITATION.cff
5151
- [ ] Packaging and package managers, etc
52-
- TBD winget, etc?
53-
- [ ] chocolatey
52+
- [ ] chocolatey (Only once quarto.org download page is updated with the new release)
5453
- https://github.com/quarto-dev/quarto-release-bundles/actions/workflows/build-and-publish-choco.yaml
5554
- [ ] In "Build Choco package & Publish" workflow page, click "Run Workflow"
5655
- Check the "Whether to publish or not the package on chocolatey" checkbox
@@ -71,3 +70,11 @@
7170
- **Publishing Production**: You may elect to publish to production pypyi by checking the `Production Release` option
7271
- Published to: <https://pypi.org/project/quarto-cli/>
7372
- Take a sip of tea ☕, bask in the glory of automation.
73+
- Others installers
74+
- conda-forge: An automated PR will be created to update the package version in the feedstock <github.com/conda-forge/quarto-feedstock>
75+
- This is community maintained, so no action is needed from us - except maybe helping if there are issues with the PR. We are assigned as reviewers to the PR.
76+
- Winget: An automated PR will be created by a winget bot in <github.com/microsoft/winget-pkgs/>.
77+
- This is community maintained, so no action is needed from us.
78+
- Scoop: This will be updated automatically in the manifests repo. No action is needed from us. Maintained as personal project by @cderv.
79+
- Homebrew: This is automated through an homebrew bot to update the cask <https://github.com/Homebrew/homebrew-cask>
80+
- Manisfest: <https://github.com/Homebrew/homebrew-cask/blob/master/Casks/q/quarto.rb>

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,17 @@
3030
- **Publishing Production**: You may elect to publish to production pypyi by checking the `Production Release` option
3131
- Published to: <https://pypi.org/project/quarto-cli/>
3232
- Take a sip of tea ☕, bask in the glory of automation.
33-
- [ ] If quarto.org download page is updated with the new stable release, trigger a stable release deploy to Chocolatey.
33+
- [ ] push release to chocolatey (Only once quarto.org download page is updated with the new release)
3434
- Got to <https://github.com/quarto-dev/quarto-release-bundles/actions/workflows/build-and-publish-choco.yaml>
3535
- In the "Build Choco package & Publish" workflow, click "Run Workflow" and be sure to check the "Whether to publish or not the package on chocolatey" checkbox
3636
- Wait for @cderv to receive email confirmation, no action needed.
3737
- [ ] Update the stable changelog by moving entries to the "in previous release". Use "[release checklist]" in the commit message to make it easier to spot if a new release is needed next month.
38+
39+
- Others installers
40+
- conda-forge: An automated PR will be created to update the package version in the feedstock <github.com/conda-forge/quarto-feedstock>
41+
- This is community maintained, so no action is needed from us - except maybe helping if there are issues with the PR. We are assigned as reviewers to the PR.
42+
- Winget: An automated PR will be created by a winget bot in <github.com/microsoft/winget-pkgs/>.
43+
- This is community maintained, so no action is needed from us.
44+
- Scoop: This will be updated automatically in the manifests repo. No action is needed from us. Maintained as personal project by @cderv.
45+
- Homebrew: This is automated through an homebrew bot to update the cask <https://github.com/Homebrew/homebrew-cask>
46+
- Manisfest: <https://github.com/Homebrew/homebrew-cask/blob/master/Casks/q/quarto.rb>

0 commit comments

Comments
 (0)