Skip to content

Commit

Permalink
use version range (0.3, 1.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 27, 2014
1 parent c8db6bb commit bdec585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,12 @@ status_report() {

pull() {
$PA_PREFIX/pull-all.sh -b master
if [ -e ../DEPRECATED ]; then
REPOLIST=(`find 'components' 'projects' -mindepth 1 -maxdepth 1 -type d | grep -vEf ../DEPRECATED`)
else
REPOLIST=(components/* projects/*)
fi
REPOLIST=(components/* projects/*)
}

version() {
if [ -e "bower.json" ]; then
node $VERSIONSCRIPT "$PWD/bower.json" $VERSION
node $VERSIONSCRIPT "$PWD/bower.json" ">=0.3.0 <1.0.0"
fi
}

Expand Down
1 change: 1 addition & 0 deletions repo-configs/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"core-toolbar",
"core-tooltip",
"core-transition",
"firebase-element",
"highlightjs-element",
"marked-element",
"jquery2-import",
Expand Down

0 comments on commit bdec585

Please sign in to comment.