We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 790e009 + 88a96b4 commit 2da2caeCopy full SHA for 2da2cae
4 files changed
CHANGELOG CHANGELOG.rstCHANGELOG renamed to CHANGELOG.rst
HOWTORELEASE.rst
@@ -3,7 +3,7 @@ Release Procedure
3
4
#. Create a branch ``release-X.Y.Z`` from the latest ``master``.
5
6
-#. Manually update the ``CHANGELOG`` and commit.
+#. Manually update the ``CHANGELOG.rst`` and commit.
7
8
#. Open a PR for this branch targeting ``master``.
9
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include CHANGELOG
+include CHANGELOG.rst
2
include AUTHORS
include README.rst
include setup.py
doc/changelog.txt
@@ -1,3 +1,3 @@
.. _`changelog`:
-.. include:: ../CHANGELOG
+.. include:: ../CHANGELOG.rst
0 commit comments