Skip to content

Commit

Permalink
release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
An Vu committed Nov 16, 2017
1 parent 02fc39f commit 2e9c627
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.sh → _build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

# Don't run this script directly, run github_release.sh instead

set -ex

rm debian -rf
Expand All @@ -12,3 +14,4 @@ yarn build
cd ../..

./deb_build.sh
./publish.sh
2 changes: 1 addition & 1 deletion github_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ASSETS_PATH=`pwd`/..
VERSION=`./get_version.py`

echo Build...
./build.sh
./_build.sh

echo Create tag...
git tag $VERSION
Expand Down
2 changes: 1 addition & 1 deletion template/data/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package: subfind
packageService: subfind-web
version: 4.6.2
version: 4.7.0
author: Thong Dong
email: [email protected]
description: Subtitle crawler written in Python
Expand Down

0 comments on commit 2e9c627

Please sign in to comment.