Skip to content

Commit 872eaf8

Browse files
committed
chore - Update release checklist about tag on quarto-web main branch
it should be the stable release to mark when the new website for new stable release went live (when prerelease branch has been merge to main)
1 parent 4691e93 commit 872eaf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
- [ ] ensure the build completes successfully
3838
- [ ] Merge `main` into `prerelease`
3939
- [ ] ensure the build completes successfully
40-
- [ ] Create new tag on `main` (here, `v1.5`)
41-
- [ ] `git tag -a v1.5 -m "v1.5"`
42-
- [ ] `git push origin v1.5`
40+
- [ ] Create new tag on `main` with stable release version number (here, `v1.4`) to mark when the new main site version went live
41+
- [ ] `git tag -a v1.4 -m "v1.4"`
42+
- [ ] `git push origin v1.4`
4343
- [ ] Update `prerelease` version number (here, `v1.5`)
4444
- [ ] edit `_quarto-prerelease-docs.yml` to point to the new version
4545
- [ ] publish the release blog post that should exist in https://github.com/quarto-dev/quarto-web/tree/main/docs/blog/posts

0 commit comments

Comments
 (0)