From 2b7b39c72d7065f9f6b80051c54d55dfbeeb2fbf Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 4 Feb 2018 13:29:23 +0100 Subject: [PATCH] :rocket: added release target #956 --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index fca2e0d3..30b8ba9a 100644 --- a/Makefile +++ b/Makefile @@ -295,3 +295,12 @@ ChangeLog.md: github_changelog_generator -o ChangeLog.md --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION) gsed -i 's|https://github.com/nlohmann/json/releases/tag/HEAD|https://github.com/nlohmann/json/tree/HEAD|' ChangeLog.md gsed -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 + + +########################################################################## +# release +########################################################################## + +release: + zip -9 -r include.zip include/* + gpg --armor --detach-sig include.zip