projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37db417
)
Fix release script
author
Chocobozzz
<me@florianbigard.com>
Tue, 13 Aug 2019 15:33:49 +0000
(17:33 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 14 Aug 2019 09:45:29 +0000
(11:45 +0200)
scripts/release.sh
patch
|
blob
|
history
diff --git
a/scripts/release.sh
b/scripts/release.sh
index 08061fe6f9fb4a01ceb9f51a7a4b53f71d3a01cb..cc0a586e94ea790b89957aa9cdd3f6336e24fe38 100755
(executable)
--- a/
scripts/release.sh
+++ b/
scripts/release.sh
@@
-66,8
+66,8
@@
git commit package.json client/package.json ./support/doc/api/openapi.yaml -m "B
git tag -s -a "$version" -m "$version"
npm run build
-rm "./client/dist/en_US/stats.json"
-rm "./client/dist/embed-stats.json"
+rm
-f
"./client/dist/en_US/stats.json"
+rm
-f
"./client/dist/embed-stats.json"
# Creating the archives
(