Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/releases/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Create a new file with a name like ``<pull-request>.<type>.rst``, where
- ``bugfix``: Bug fixes
- ``deprecation``: Deprecations of public API
- ``removal``: Removal of public API
- ``doc``: Documentation changes.
- ``doc``: Documentation changes
- ``test``: Changes to test suite ('end users' are distribution packagers)

Then write a short sentence in the file that describes the changes for the
end users, e.g. in ``123.removal.rst``::
Expand Down
1 change: 1 addition & 0 deletions etstool.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def changelog(ctx):
"deprecation": "Deprecations",
"removal": "Removals",
"doc": "Documentation changes",
"test": "Test suite",
}
}

Expand Down