diff --git a/release-checklist.md b/release-checklist.md index cc6cf4c..d5a955b 100644 --- a/release-checklist.md +++ b/release-checklist.md @@ -13,7 +13,7 @@ The steps shown here are for Ubuntu/MacOS. with date and new `unreleased`section. 4. Run tests with `pytest .` 5. Run auto-formatter with `black .` -6. Run linter with `ruff .` +6. Run linter with `ruff check .` 7. Wait for CI/CD results. This also runs the tests on different operating systems # Release