diff options
author | Matt Davis <mrd@redhat.com> | 2018-05-31 01:47:48 +0200 |
---|---|---|
committer | Matt Davis <mrd@redhat.com> | 2018-05-31 01:47:48 +0200 |
commit | 70d85a659ea8de57bab0c0d2e265c3526d4c7268 (patch) | |
tree | 20076a2e6058051f8c3f7876909252ea6357c4a3 /changelogs | |
parent | use PEP-440-compliant formatting of dev tag (diff) | |
download | ansible-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')
-rw-r--r-- | changelogs/CHANGELOG.rst | 6 |
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. |