Added release script

This commit is contained in:
Lukas Metzger 2016-01-25 19:44:17 +01:00
parent 4e753118b9
commit 8db64004ca
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
nbproject/private/
config/config-user.php
releases/

5
make-release.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
mkdir -p releases/
tar -czf releases/dpns-manager-$( git rev-parse HEAD | cut -c 1-10 ).tar.gz *.php LICENSE lib/ js/ include/ api/ config/config-default.php