Skip to content

Commit

Permalink
prepare for first alpha of 11
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Nov 24, 2020
1 parent bd5b9df commit 64912fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
"optionalDependencies": {
"jimp": "0.16.0"
},
"publishConfig": {
"tag": "canary"
},
"devDependencies": {
"bluebird": "3.5.5",
"chai": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PACKAGE_VERSION=$(node -e 'console.log(require("./package").version)')
docker build --no-cache -t sitespeedio/browsertime:${PACKAGE_VERSION} -t sitespeedio/browsertime:latest .

docker push sitespeedio/browsertime:${PACKAGE_VERSION}
docker push sitespeedio/browsertime:latest
#docker push sitespeedio/browsertime:latest

bin/browsertime.js --version | tr -d '\n' > ../sitespeed.io/docs/_includes/version/browsertime.txt
#bin/browsertime.js --version | tr -d '\n' > ../sitespeed.io/docs/_includes/version/browsertime.txt

0 comments on commit 64912fe

Please sign in to comment.