🔨 overworked release target

pull/957/head
Niels Lohmann 2018-02-11 16:50:01 +01:00
parent 61f0bfb15c
commit 447f5421eb
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 7 additions and 0 deletions

View File

@ -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