Skip to content

Commit

Permalink
🚀 added release target #956
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Feb 4, 2018
1 parent 3a887dc commit 2b7b39c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2b7b39c

Please sign in to comment.