Skip to content
Snippets Groups Projects
Commit d84a61c9 authored by amorilia's avatar amorilia
Browse files

Merge pull request #4 from amorilia/feature/release-script

Add release script.
parents c0a1fdd9 451f0320
No related branches found
No related tags found
No related merge requests found
*.cpp text
*.h text
CMakeLists.txt text
*.sh eol=lf
0.8.1a0.dev0
\ No newline at end of file
Version 0.8.1
=============
* Release script.
Version 0.8.0
=============
......
VERSION=`cat VERSION`
rm ../niflib-${VERSION}-src.zip
git submodule update --recursive
git clean -xfd
git submodule foreach --recursive git clean -xfd
doxygen
find . -type f -not -wholename "*.git*" -and -not -name ".project" | xargs zip ../niflib-${VERSION}-src.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment