You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2021/01/28 15:29:54 UTC

[trafficserver] branch master updated: Fix Makefile target for creating changelogs (#7455)

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 59d31f1  Fix Makefile target for creating changelogs (#7455)
59d31f1 is described below

commit 59d31f1b7b901ab79ff8dc7bee1e0cd0e0d250d1
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Thu Jan 28 08:29:41 2021 -0700

    Fix Makefile target for creating changelogs (#7455)
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 756b97c..acf6f84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@ doxygen:
 	@cd doc && $(MAKE) $(AM_MAKEFLAGS) $@
 
 changelog:
-	./tools/changelog.pl apache trafficserver $(VERSION) $(AUTHTOKEN) > CHANGELOG-$(VERSION)
+	./tools/git/changelog.pl -o apache -r trafficserver -m $(VERSION) -a $(AUTHTOKEN) > CHANGELOG-$(VERSION)
 
 asf-dist: asf-distdir
 	tardir=$(distdir) && $(am__tar) --mtime=./configure.ac | bzip2 -9 -c >$(distdir).tar.bz2