diff --git a/README.rst b/README.rst index c2093a52..d656bd99 100644 --- a/README.rst +++ b/README.rst @@ -120,3 +120,23 @@ has guidelines for contributing to Ocean packages. ``dwave-optimization`` includes some formatting customization in the `.clang-format <.clang-format>`_ and `setup.cfg `_ files. + +Release Notes +~~~~~~~~~~~~~ + +``dwave-optimization`` makes use of `reno `_ +to manage its release notes. + +When making a contribution to ``dwave-optimization`` that will affect users, +create a new release note file by running + +.. code-block:: bash + + reno new your-short-descriptor-here + +You can then edit the file created under ``releasenotes/notes/``. +Remove any sections not relevant to your changes. +Commit the file along with your changes. + +See reno's `user guide `_ +for details.