Skip to content

Commit

Permalink
Remove remaining references to reno release notes manager
Browse files Browse the repository at this point in the history
Use of reno was removed in ba98010.

Adjust the comment in .travis.yml as the configuration is still useful.
  • Loading branch information
jdufresne committed Oct 23, 2020
1 parent cd943b0 commit acd8d67
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@ ChangeLog
/.coverage
/.testrepository/
/cover/

# Created by reno
RELEASENOTES.rst
releasenotes/notes/reno.cache
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 1 addition & 11 deletions docs/source/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

0 comments on commit acd8d67

Please sign in to comment.