Bumped to version 0.0.7-alpha v0.0.8-alpha
authorChocobozzz <me@florianbigard.com>
Mon, 15 Jan 2018 10:51:51 +0000 (11:51 +0100)
committerChocobozzz <me@florianbigard.com>
Mon, 15 Jan 2018 10:55:27 +0000 (11:55 +0100)
.gitignore
client/package.json
package.json
scripts/release.sh

index 13f31db4ba039fb680823a9a83e3b06132901565..2805af0fc082a28d8303b3b985fe20f58615a370 100644 (file)
@@ -15,3 +15,4 @@
 /PeerTube.iml
 peertube.zip
 /profiling/
+/*.zip
index 8981e3271234a3b782329684fd3b45bb828332d1..514e43286cf5beee5f0827323571f441f090646a 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "peertube-client",
-  "version": "0.0.6-alpha",
+  "version": "0.0.7-alpha",
   "private": true,
   "licence": "GPLv3",
   "author": {
index 59445ceed1cfd84bd80c7a83914290bcae8cdf14..0eee93e2b416a07e5528644bae1241278b3e3dac 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "peertube",
   "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
-  "version": "0.0.6-alpha",
+  "version": "0.0.7-alpha",
   "private": true,
   "licence": "GPLv3",
   "engines": {
index 03eb69f21d13def94e12f24f38dae47b6b961154..aef4327e49b262464667e66032613a39aed40abb 100755 (executable)
@@ -29,5 +29,7 @@ npm run build || exit -1
 #npm test || exit -1
 
 cd ../ || exit -1
-rm -f PeerTube/peertube.zip || exit -1
-zip -r PeerTube/peertube.zip PeerTube/{CREDITS.md,FAQ.md,LICENSE,README.md,client/dist/,client/yarn.lock,client/package.json,config,dist,package.json,scripts,support,tsconfig.json,yarn.lock}
+
+ln -s "PeerTube" "peertube-v$1" || exit -1
+zip -r "PeerTube/peertube-v$1.zip" "peertube-v$1"/{CREDITS.md,FAQ.md,LICENSE,README.md,client/dist/,client/yarn.lock,client/package.json,config,dist,package.json,scripts,support,tsconfig.json,yarn.lock} || exit -1
+rm "peertube-v$1" || exit -1