Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-09-07 16:46:57 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-07 17:08:38 +0300
commitb10410876659e077273f68a4192823623141e211 (patch)
tree3459561f3c29faebd10e327c51d714fc22985e40 /batch.sh
parent4d01fd8182f9d0eac5bdc52fb1b4a3f008d2d5dc (diff)
autogenerate changelog
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/batch.sh b/batch.sh
index 0600378f..51503e1e 100755
--- a/batch.sh
+++ b/batch.sh
@@ -47,6 +47,10 @@ create_torrent torrent/"$IMGNAME"
mkdir -p partial && mv NextCloudPi*.bz2 partial
+
+# GENERATE CHANGELOG
+generate_changelog
+
## TESTING
launch_qemu "$IMGNAME.img" &
sleep 10