summaryrefslogtreecommitdiffstats
path: root/changelogs/CHANGELOG.rst
diff options
context:
space:
mode:
authorMatt Davis <mrd@redhat.com>2018-05-31 01:47:48 +0200
committerMatt Davis <mrd@redhat.com>2018-05-31 01:47:48 +0200
commit70d85a659ea8de57bab0c0d2e265c3526d4c7268 (patch)
tree20076a2e6058051f8c3f7876909252ea6357c4a3 /changelogs/CHANGELOG.rst
parentuse PEP-440-compliant formatting of dev tag (diff)
downloadansible-70d85a659ea8de57bab0c0d2e265c3526d4c7268.tar.xz
ansible-70d85a659ea8de57bab0c0d2e265c3526d4c7268.zip
fix RPM builds with placeholder CHANGELOG
* fails in devel because the changelogs/CHANGELOG*.rst docs fileglob comes up empty
Diffstat (limited to 'changelogs/CHANGELOG.rst')
-rw-r--r--changelogs/CHANGELOG.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG.rst b/changelogs/CHANGELOG.rst
new file mode 100644
index 0000000000..6668a3984d
--- /dev/null
+++ b/changelogs/CHANGELOG.rst
@@ -0,0 +1,6 @@
+Placeholder changelog
+=====================
+
+This file is a placeholder; a version-specific ``CHANGELOG-vX.Y.rst`` will be generated during releases from fragments
+under changelogs/fragments. On release branches once a release has been created, consult the branch's version-specific
+file for changes that have occurred in that branch.