From a4cb0909f508ef219f989dacebb2525f61d5a06f Mon Sep 17 00:00:00 2001 From: Bill Little Date: Tue, 24 Dec 2024 01:44:02 +0000 Subject: [PATCH] update towncrier type details --- docs/src/developer/changelog.md | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/src/developer/changelog.md b/docs/src/developer/changelog.md index df8aaa18..0bcae150 100644 --- a/docs/src/developer/changelog.md +++ b/docs/src/developer/changelog.md @@ -47,17 +47,21 @@ Each news fragment file **must** be named as `..rst`, where `` is the {fab}`github` pull-request number, and `` is one of: -* `breaking`: Removals and backward incompatible breaking changes that may affect user code +* `breaking`: Removals and backward incompatible breaking changes that may affect user + code * `deprecation`: Declaration of removals and backward incompatible changes * `feature`: New user facing behaviours or capability * `enhancement`: Updates to existing behaviours or capability, including performance * `bugfix`: Correction to undesired behaviours or reported bugs * `dependency`: Package dependency removals, additions, pins etc * `asset`: Data, media and asset updates etc -* `documentation`: Notable changes to the documentation structure, content, render or build +* `documentation`: Notable changes to the documentation structure, content, render or + build * `internal`: Miscellaneous internal and maintenance changes -* `community`: Celebrate our awesome community members and their contributions, including social changes -* `contributor`: Changes that affect contributors such as standards, conventions, running tests, building docs, environments etc +* `community`: Celebrate our awesome community members and their contributions, + including social changes +* `contributor`: Changes that affect contributors such as standards, conventions, + running tests, building docs, environments, security etc * `misc`: Catch all for items that don't fit elsewhere e.g., ``123.feature.rst`` or ``456.bugfix.rst``. diff --git a/pyproject.toml b/pyproject.toml index 13edf3d0..c2585887 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -381,7 +381,7 @@ showcontent = true [[tool.towncrier.type]] # Changes that affect contributors e.g., standards, conventions, -# running tests, building docs, environments etc +# running tests, building docs, environments, security etc directory = "contributor" name = "🛠️ Contributor Infrastructure" showcontent = true