From 1c80c2231f620c31ea41642167649a718cd7c192 Mon Sep 17 00:00:00 2001 From: Niels Date: Tue, 26 Jan 2016 23:10:52 +0100 Subject: [PATCH] linked releases in ChangeLog --- ChangeLog.md | 6 +++--- Makefile | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f8cf18dc..68dab967 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -15,7 +15,7 @@ - Fix broken link [\#197](https://github.com/nlohmann/json/pull/197) ([vog](https://github.com/vog)) -## [v1.1.0](https://github.com/nlohmann/json/tree/v1.1.0) (2016-01-24) +## [v1.1.0](https://github.com/nlohmann/json/releases/tag/v1.1.0) (2016-01-24) [Full Changelog](https://github.com/nlohmann/json/compare/v1.0.0...v1.1.0) - JSON performance benchmark comparision [\#177](https://github.com/nlohmann/json/issues/177) @@ -43,7 +43,7 @@ - Issue \#185 - remove approx\(\) and use \#pragma to kill warnings [\#190](https://github.com/nlohmann/json/pull/190) ([twelsby](https://github.com/twelsby)) - Fixed some typos in CONTRIBUTING.md [\#182](https://github.com/nlohmann/json/pull/182) ([nibroc](https://github.com/nibroc)) -## [v1.0.0](https://github.com/nlohmann/json/tree/v1.0.0) (2015-12-27) +## [v1.0.0](https://github.com/nlohmann/json/releases/tag/v1.0.0) (2015-12-27) [Full Changelog](https://github.com/nlohmann/json/compare/v1.0.0-rc1...v1.0.0) - add key name to exception [\#160](https://github.com/nlohmann/json/issues/160) @@ -92,7 +92,7 @@ - Overload parse\(\) to accept an rvalue reference [\#120](https://github.com/nlohmann/json/pull/120) ([silverweed](https://github.com/silverweed)) - Use the right variable name in doc string [\#115](https://github.com/nlohmann/json/pull/115) ([whoshuu](https://github.com/whoshuu)) -## [v1.0.0-rc1](https://github.com/nlohmann/json/tree/v1.0.0-rc1) (2015-07-26) +## [v1.0.0-rc1](https://github.com/nlohmann/json/releases/tag/v1.0.0-rc1) (2015-07-26) - Adjust wording to JSON RFC [\#97](https://github.com/nlohmann/json/issues/97) - access by \(const\) reference [\#91](https://github.com/nlohmann/json/issues/91) - is\_integer and is\_float tests [\#90](https://github.com/nlohmann/json/issues/90) diff --git a/Makefile b/Makefile index deb645a3..83702afe 100644 --- a/Makefile +++ b/Makefile @@ -66,4 +66,5 @@ json_benchmarks: benchmarks/benchmarks.cpp benchmarks/benchpress.hpp benchmarks/ ########################################################################## ChangeLog.md: - github_changelog_generator -o ChangeLog.md --simple-list -t c4d32c07b91e0893e78a8e6aabd04f2d71fea8c8 + github_changelog_generator -o ChangeLog.md --simple-list -t 6b6238b83152d6eefafe1b0dbb1e571fcf2e88e9 --release-url https://github.com/nlohmann/json/releases/tag/%s + gsed -i 's|https://github.com/nlohmann/json/releases/tag/HEAD|https://github.com/nlohmann/json/tree/HEAD|' ChangeLog.md