diff --git a/.gitignore b/.gitignore index ba0fa529..90d1d0da 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,3 @@ ChangeLog /.coverage /.testrepository/ /cover/ - -# Created by reno -RELEASENOTES.rst -releasenotes/notes/reno.cache \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 6a292663..7a4bbbfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: - env: BUILD=pkglint python: 3.8 -# Pull all of the history so we can use reno +# Pull all of the history to test ContributorFilter. git: depth: false diff --git a/docs/source/developers.rst b/docs/source/developers.rst index e67479ae..1b597843 100644 --- a/docs/source/developers.rst +++ b/docs/source/developers.rst @@ -51,14 +51,4 @@ changes using ``Fixes #NUM``, replacing ``NUM`` with the issue number. Release Notes ============= -Please use reno_ to add a release note for each pull request. - -.. code-block:: console - - $ tox -e docs - $ .tox/docs/bin/reno new slug - # edit file created by reno - -Refer to the reno_ documentation for more details. - -.. _reno: https://docs.openstack.org/reno/latest/ +Please add a release note for each pull request to ``docs/history.rst``.