From b1c1eb145eb857e7e1441079b672e4024b93563b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 12 May 2020 19:36:33 +0200 Subject: [PATCH] :wrench: fix maintainer target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c604c9880..a2884812b 100644 --- a/Makefile +++ b/Makefile @@ -564,7 +564,7 @@ check_cmake_flags: NEXT_VERSION ?= "unreleased" ChangeLog.md: - github_changelog_generator -o ChangeLog.md --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION) + github_changelog_generator -o ChangeLog.md --user nlohmann --project json --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION) $(SED) -i 's|https://github.com/nlohmann/json/releases/tag/HEAD|https://github.com/nlohmann/json/tree/HEAD|' ChangeLog.md $(SED) -i '2i All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).' ChangeLog.md