Skip to content

Commit 3c9950c

Browse files
committed
add checklist tweaks
1 parent 6cf39ee commit 3c9950c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- `git checkout -b v1.4`
44
- `git push origin v1.4`
55
- [ ] mark the current release as the new release in the `main` branch
6+
- [ ] switch your repo back to `main`: `git checkout main`
67
- [ ] edit QUARTO_VERSION line in `/configuration` to be the new version (e.g. `1.5`)
78
- [ ] push the changes to the `main` branch
89
- [ ] kick off a v1.5 build in GHA: https://github.com/quarto-dev/quarto-cli/actions/workflows/create-release.yml
@@ -77,4 +78,4 @@
7778
- This is community maintained, so no action is needed from us.
7879
- Scoop: This will be updated automatically in the manifests repo. No action is needed from us. Maintained as personal project by @cderv.
7980
- 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>
81+
- Manifest: <https://github.com/Homebrew/homebrew-cask/blob/master/Casks/q/quarto.rb>

0 commit comments

Comments
 (0)