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
- Check the "Whether to publish or not the package on chocolatey" checkbox
@@ -71,3 +70,11 @@
71
70
- **Publishing Production**: You may elect to publish to production pypyi by checking the `Production Release` option
72
71
- Published to: <https://pypi.org/project/quarto-cli/>
73
72
- 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>
Copy file name to clipboardExpand all lines: dev-docs/checklist-make-a-new-stable-quarto-release.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,17 @@
30
30
- **Publishing Production**: You may elect to publish to production pypyi by checking the `Production Release` option
31
31
- Published to: <https://pypi.org/project/quarto-cli/>
32
32
- 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)
34
34
- Got to <https://github.com/quarto-dev/quarto-release-bundles/actions/workflows/build-and-publish-choco.yaml>
35
35
- 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
36
36
- Wait for @cderv to receive email confirmation, no action needed.
37
37
- [ ] 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>
0 commit comments