Skip to content

Commit

Permalink
Add test suite to the category of changes (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchoi authored Nov 16, 2020
1 parent 9a4bb0a commit d334029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit d334029

Please sign in to comment.