mirror of
https://github.com/nlohmann/json.git
synced 2024-11-27 16:49:02 +08:00
🔨 overworked release target
This commit is contained in:
parent
61f0bfb15c
commit
447f5421eb
7
Makefile
7
Makefile
@ -313,5 +313,12 @@ ChangeLog.md:
|
|||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
mkdir release_files
|
||||||
zip -9 -r include.zip include/*
|
zip -9 -r include.zip include/*
|
||||||
gpg --armor --detach-sig include.zip
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user