summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2020-06-11 20:21:21 +0200
committerGitHub <noreply@github.com>2020-06-11 11:21:21 -0700
commita114da80ee65c66d05d818d63903aae2903d998c (patch)
treed664cebf8a3786122f333adf5cce709534f196d7 /Makefile
parent851e8e18b2a75635c9d4974ac197313c473fc38f (diff)
downloadansible-a114da80ee65c66d05d818d63903aae2903d998c.tar.gz
Use antsibull-changelog instead of packaged changelog generator (#69313)
Replace the ansible-base changelog linting and generation tool with antsibull-changelog and make it available for linting collections. Previously changelog linting was limited to ansible-base.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ac8293257..60934b2891 100644
--- a/Makefile
+++ b/Makefile
@@ -195,7 +195,7 @@ sdist_upload: clean docs
.PHONY: changelog
changelog:
- PYTHONPATH=./lib packaging/release/changelogs/changelog.py release -vv && PYTHONPATH=./lib packaging/release/changelogs/changelog.py generate -vv
+ PYTHONPATH=./lib antsibull-changelog release -vv --use-ansible-doc && PYTHONPATH=./lib antsibull-changelog generate -vv --use-ansible-doc
.PHONY: debian
debian: sdist