You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/RELEASE.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ and [GitHub Actions](https://github.com/mitre-attack/mitreattack-python/actions)
16
16
- It will also update the `CHANGELOG.md` with all commit messages that are compatible with [Conventional Commits](https://www.conventionalcommits.org).
17
17
- NOTE: You should double-check the generated `CHANGELOG.md` file and make sure it looks good.
18
18
- Update other metadata as needed in `pyproject.toml` (dependencies, etc.).
19
+
-`poetry update --with dev --with docs`
19
20
20
21
## 3. Local Validation (Recommended)
21
22
@@ -36,6 +37,13 @@ poetry install --with=dev
36
37
poetry run ruff check
37
38
poetry run ruff format --check
38
39
40
+
# Build docs
41
+
# This is managed directly by the Readthedocs site which is configured to watch our repository, but we should test it locally too
0 commit comments