Skip to content

Commit 1e25b59

Browse files
committed
add commit msg recommendation
1 parent 6f8a752 commit 1e25b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- Select 'Publish Quarto PyPi'
1616
- [ ] Click "Run Workflow"
1717
- **Publishing Test**: You may elect to publish to test.pypi first by _unchecking_ the `Production Release` option
18-
- Once complete, trest using
18+
- Once complete, test using
1919
```bash
2020
python3 -m pip install --index-url https://test.pypi.org/ --extra-index-url https://pypi.org/ quarto-cli
2121
```
@@ -24,4 +24,4 @@
2424
- **Publishing Production**: You may elect to publish to production pypyi by checking the `Production Release` option
2525
- Published to: <https://pypi.org/project/quarto-cli/>
2626
- Take a sip of tea ☕, bask in the glory of automation.
27-
- [ ] Update the stable changelog by moving entries to the "in previous release"
27+
- [ ] 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.

0 commit comments

Comments
 (0)