Skip to content

Commit

Permalink
Prepare for first alpha 12
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 19, 2021
1 parent b4fa263 commit 7a09e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"engines": {
"node": ">=10.13.0"
},
"publishConfig": {
"tag": "canary"
},
"files": [
"CHANGELOG.md",
"CONTRIBUTING.md",
Expand Down
7 changes: 3 additions & 4 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# Remove the node modules and the result dir to start clean
rm -fR browsertime-results

bin/browsertime.js --help > ../sitespeed.io/docs/documentation/browsertime/configuration/config.md
# bin/browsertime.js --help > ../sitespeed.io/docs/documentation/browsertime/configuration/config.md

docker login

Expand All @@ -19,7 +19,6 @@ 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

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

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

0 comments on commit 7a09e31

Please sign in to comment.