summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-06-04 18:07:14 -0700
committerMatt Clay <matt@mystile.com>2018-06-05 19:08:15 -0700
commit70c475da6c76bf9d34e56042b0f89c0e5ae16b79 (patch)
tree45e7ec43d238290bf675b737e7321b6adc94e07b /Makefile
parentcef4d862bc944fbcab082f2710575f2c14c7cd54 (diff)
downloadansible-70c475da6c76bf9d34e56042b0f89c0e5ae16b79.tar.gz
Implement new changelog generator.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 82798a788f..f1b6ef0a5c 100644
--- a/Makefile
+++ b/Makefile
@@ -239,9 +239,9 @@ sdist: clean docs
sdist_upload: clean docs
$(PYTHON) setup.py sdist upload 2>&1 |tee upload.log
-.PHONY: changelog_reno
-changelog_reno:
- reno -d changelogs/ report --title 'Ansible $(MAJOR_VERSION) "$(CODENAME)" Release Notes' --collapse-pre-release --no-show-source --earliest-version v$(MAJOR_VERSION).0a1 --output changelogs/CHANGELOG-v$(MAJOR_VERSION).rst
+.PHONY: changelog
+changelog:
+ packaging/release/changelogs/changelog.py release -vv && packaging/release/changelogs/changelog.py generate -vv
.PHONY: rpmcommon
rpmcommon: sdist