🚀 added release target #956
This commit is contained in:
parent
3a887dc9fe
commit
2b7b39c72d
1 changed files with 9 additions and 0 deletions
9
Makefile
9
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)
|
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 '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
|
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
|
||||||
|
|
Loading…
Reference in a new issue