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
1 change: 1 addition & 0 deletions docs/releases/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Create a new file with a name like ``<pull-request>.<type>.rst``, where
- ``removal``: Removal of public API
- ``doc``: Documentation changes
- ``test``: Changes to test suite ('end users' are distribution packagers)
- ``build``: Build system changes that affect how the distribution is installed

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 @@ -342,6 +342,7 @@ def changelog(ctx):
"removal": "Removals",
"doc": "Documentation changes",
"test": "Test suite",
"build": "Build System",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the ordering here is used for the changelog too. The ordering should be more or less consistent with the ordering seen in Traits or TraitsUI's changelogs.

}
}

Expand Down