From 912cdaea1bde336040a75c3eb66b2b0cb198f192 Mon Sep 17 00:00:00 2001 From: Jeremy Nimmer Date: Wed, 4 Jan 2023 11:07:00 -0800 Subject: [PATCH] [doc] Remove "newly bound" itemization (#18523) --- doc/_pages/release_playbook.md | 9 ++++----- doc/_pages/reviewable.md | 3 +++ doc/_release-notes/template.txt | 4 ---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/doc/_pages/release_playbook.md b/doc/_pages/release_playbook.md index b8dd193b65c2..d7b1ef02b476 100644 --- a/doc/_pages/release_playbook.md +++ b/doc/_pages/release_playbook.md @@ -67,11 +67,10 @@ the main body of the document: not the "Multibody" heading. * Expand all acronyms (eg, MBP -> MultibodyPlant, SG -> SceneGraph). * Commits can be omitted if they only affect tests or non-installed examples. {% comment %}TODO(jwnimmer-tri) Explain how to check if something is installed.{% endcomment %} -* In general you should mention new bindings and deprecated/removed classes and - methods using their exact name (for easier searching). - * In the pydrake and deprecation sections in fact you can just put the - fully-qualified name as the whole line item; the meaning is clear from - context. +* In general you should mention deprecated/removed classes and methods using + their exact name (for easier searching). + * In the deprecation section you can provide the fully-qualified name as the + whole line item; the meaning is clear from context. * This may mean having a long list of items for a single commit. That is fine. diff --git a/doc/_pages/reviewable.md b/doc/_pages/reviewable.md index d16b98d7183d..cf380538f050 100644 --- a/doc/_pages/reviewable.md +++ b/doc/_pages/reviewable.md @@ -112,6 +112,9 @@ Commits that implement a feature or a fix must be labeled with the corresponding tag, either ``release notes: feature`` or ``release notes: fix`` but never both at once; choose whichever one is the best match. +Commits that merely add missing pydrake bindings should be marked +``release notes: fix``. + **When combining release notes labels:** - ``none`` must not be combined with any other label. diff --git a/doc/_release-notes/template.txt b/doc/_release-notes/template.txt index 5b7b3ae5393f..b0bca5387d70 100644 --- a/doc/_release-notes/template.txt +++ b/doc/_release-notes/template.txt @@ -95,10 +95,6 @@ Fixes * TBD -Newly bound - -* TBD - ## Build system