mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-16 03:02:22 +01:00
Added release script
This commit is contained in:
parent
4e753118b9
commit
8db64004ca
2 changed files with 6 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
nbproject/private/
|
||||
config/config-user.php
|
||||
releases/
|
||||
|
|
5
make-release.sh
Executable file
5
make-release.sh
Executable 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
|
Loading…
Reference in a new issue