Skip to content

Commit

Permalink
🔨 overworked release target
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Feb 11, 2018
1 parent 61f0bfb commit 447f542
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,12 @@ ChangeLog.md:
##########################################################################

release:
mkdir release_files
zip -9 -r include.zip include/*
gpg --armor --detach-sig include.zip
mv include.zip include.zip.asc release_files
gpg --armor --detach-sig single_include/nlohmann/json.hpp
cp single_include/nlohmann/json.hpp release_files
mv single_include/nlohmann/json.hpp.asc release_files
cd release_files ; shasum -a 256 json.hpp > hashes.txt
cd release_files ; shasum -a 256 include.zip >> hashes.txt

0 comments on commit 447f542

Please sign in to comment.