diff --git a/README.md b/README.md index c9876fc5b4..324a66f306 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@

Carbon Charts

A reusable framework-agnostic D3 charting library. -

+
+
diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 0f14a93012..331f8b94d7 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -2,29 +2,29 @@ set -e # exit with nonzero exit code if anything fails -# Git user info configs -git config --global user.email "carbon@us.ibm.com" -git config --global user.name "carbon-bot" +# # Git user info configs +# git config --global user.email "carbon@us.ibm.com" +# git config --global user.name "carbon-bot" -# Add github token to git credentials -git config credential.helper "store --file=.git/credentials" -echo "https://${GH_TOKEN}:@github.com" > .git/credentials 2>/dev/null +# # Add github token to git credentials +# git config credential.helper "store --file=.git/credentials" +# echo "https://${GH_TOKEN}:@github.com" > .git/credentials 2>/dev/null -echo "Publish to Github" -git stash +# echo "Publish to Github" +# git stash -# checkout master to get out of detached HEAD state -git checkout master +# # checkout master to get out of detached HEAD state +# git checkout master -lerna version --conventional-commits --yes --force-publish --create-release github +lerna version --preid latest-carbon-v10-legacy --no-push echo "Publish to NPM" -yarn build +# # yarn build -# authenticate with the npm registry -npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN -q +# # # authenticate with the npm registry +# # npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN -q node scripts/add-telemetry-to-packages.js -lerna publish from-git --yes --force-publish --contents dist +lerna publish from-package --yes --force-publish --contents dist --dist-tag latest-carbon-v10-legacy