Skip to content

Commit eefba13

Browse files
committed
chore(publish): use starters repo for releases
1 parent 8f80afc commit eefba13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/app-base/publish.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ echo "##### app-base/publish.sh"
88
echo "#####"
99

1010
function init {
11-
APPBASE_DIR=$HOME/ionic-app-base
12-
APPBASE_LIB_DIR=$APPBASE_DIR/www/lib/ionic
11+
APPBASE_DIR=$HOME/starters
12+
APPBASE_LIB_DIR=$APPBASE_DIR/ionic1/base/www/lib/ionic
1313

14-
../clone/clone.sh --repository="ionic-app-base" \
14+
../clone/clone.sh --repository="starters" \
1515
--depth="1" \
1616
--directory="$APPBASE_DIR" \
1717
--branch="master"
@@ -42,7 +42,7 @@ function run {
4242
git commit -am "release: update ionic to v$VERSION"
4343
git push -q origin master
4444

45-
echo "-- ionic-app-base published v$VERSION successfully!"
45+
echo "-- committed v$VERSION to starters repo successfully!"
4646
}
4747

4848
source $(dirname $0)/../utils.inc

0 commit comments

Comments
 (0)