Skip to content

Commit 67714ce

Browse files
committed
Update changelog
1 parent b6b165e commit 67714ce

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

doc/changes/unreleased.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,23 @@
33
## 🚨 Breaking Changes
44

55
* Dropped python 3.8 support
6-
* Changed names of Documentation related nox tasks
7-
- `build-docs` -> `docs:build`
8-
- `open-docs` -> `docs:open`
9-
- `clean-docs` -> `docs:clean`
6+
* Changed names of all nox tasks
7+
8+
| Old Name | New Name | Description |
9+
|--------------------|------------------------|----------------------------------------------------------------|
10+
| fix | project:fix | Runs all automated fixes on the code base |
11+
| check | project:check | Runs all available checks on the project |
12+
| report | project:report | Collects and generates metrics summary for the workspace |
13+
| unit-tests | test:unit | Runs all unit tests |
14+
| integration-tests | test:integration | Runs all the integration tests |
15+
| coverage | test:coverage | Runs all tests (unit + integration) and reports the code coverage |
16+
| lint | lint:code | Runs the static code analyzer on the project |
17+
| type-check | lint:typing | Runs the type checker on the project |
18+
| security | lint:security | Runs the security linter on the project |
19+
| build-build | docs:build | Builds the project documentation |
20+
| open-open | docs:open | Opens the built project documentation |
21+
| clean-docs | docs:clean | Removes the documentations build folder |
22+
| prepare-release | release:prepare | Prepares the project for a new release |
1023

1124
## ✨ Added
1225

0 commit comments

Comments
 (0)