-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev docs - add more info about making pre-release and patch stable re…
…leases
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- [ ] ensure main is up to date and tests are passing on latest commit. | ||
- [ ] create new prerelease installers | ||
- Click Actions -> Build Installers -> "Run Workflow" Dropdown Menu | ||
- Select the main branch in the "Use workflow from..." dropdown | ||
- Check "Pre-release" (or ensure it's checked) | ||
- Check "Publish release" (or ensure it's checked) | ||
- [ ] Click "Run Workflow" | ||
- If workflow fails for some reason, re-run all jobs and not only failed jobs or trigger a new clean build from Actions -> Build Installers -> "Run Workflow" Dropdown Menu. | ||
This is important because workflow commit an update to version.txt to main, and revert if cancelled or failure. A triggering a new workflow needs to re-run the configure step. | ||
- If everything went well: | ||
- New release prerelease should be on Github at <https://github.com/quarto-dev/quarto-cli/releases> | ||
- A new tag should be on main for the new prerelease version | ||
- `version.txt` on main should have been updated by the workflow to the pre-release version just released: https://github.com/quarto-dev/quarto-cli/blob/main/version.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters