We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
botframework-directlinejs
0.15.1
4.15.0
CHANGELOG.md
import 'core-js/features/map'
npm version --no-git-tag-version 4.15.0
master
49cfdc1
true
BotFramework-WebChat-daily
294404
49cfdc12
WebChat-release-testing
Push-Release-Testing-to-GitHub-Pages
321
/packages/
/samples/
The test should run against the build artifacts from Azure Pipelines.
webchat-release-testing
main
qfe
git status
git pull
/package.json
/package-lock.json
git log
git tag v4.15.0
git push -u upstream v4.15.0
cat webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
curl -H 'Accept-Encoding: gzip' https://cdn.botframework.com/botframework-webchat/4.15.0/webchat.js | gunzip - | openssl dgst -sha384 -binary | openssl base64 -A
stats.json
webchat-release-testing/drops
curl -LO https://registry.npmjs.org/botframework-directlinespeech-sdk/-/botframework-directlinespeech-sdk-4.15.0.tgz curl -LO https://registry.npmjs.org/botframework-webchat/-/botframework-webchat-4.15.0.tgz curl -LO https://registry.npmjs.org/botframework-webchat-core/-/botframework-webchat-core-4.15.0.tgz curl -LO https://registry.npmjs.org/botframework-webchat-api/-/botframework-webchat-api-4.15.0.tgz curl -LO https://registry.npmjs.org/botframework-webchat-component/-/botframework-webchat-component-4.15.0.tgz
[[PROD]]Push-WebChat-to-npmjs
37
[[PROD]]Push-WebChat-to-Prod-CDN-with-approval
41
131156
01.create-react-app
01.create-react-app/node_modules
npm install
npm install [email protected]
npm run build
<script crossorigin="anonymous" integrity="sha384-XXXXXXX" src="../drops/webchat.js" ></script> <script crossorigin="anonymous" integrity="sha384-XXXXXXX" src="../drops/webchat-es5.js" ></script> <script crossorigin="anonymous" integrity="sha384-XXXXXXX" src="../drops/webchat-minimal.js" ></script>
npx serve
These are chores that we should do before starting the cycle to reduce ripple effects if we do it in mid-cycle.
Tips:
node_modules
git clean -fdx
package-lock.json
component/package.json
botframework-webchat-core
package.json
This list should be copied to versions in the future.
git checkout master
git cherry-pick XXX
4.15.1-0
npm version prepatch --no-git-tag-version
servicingPlan.json
npm init
The PR is https://github.com/microsoft/BotFramework-WebChat/pull/XXX
On each package.json under root and /packages/:
@babel/*
jest
lerna
typescript
webpack
react
react-dom
redux
redux-saga
@types/react
rxjs@5
playground
microsoft-cognitiveservices-speech-sdk
adaptivecards
expect@25
test/harness
graceful-fs
npm audit fix
npm
Check if the followings are still valid. We should bump to npm@latest ([email protected]) as soon as possible.
npm@latest
[email protected]
As of writing, [email protected] (bundled by node@16) has issue on running postinstall script.
node@16
postinstall
[email protected] is peer-depends on @angular/common, which npm@7 will automatically install missing peer dependencies. Track the issue here.
@angular/common
npm@7
The Docker image can be found at root docker-compose.yml and Dockerfile*.
docker-compose.yml
Dockerfile*
3.14.159-xxx
87.0
The text was updated successfully, but these errors were encountered:
We discovered an issue and started rolling out of 4.15.1.
See #4198.
Sorry, something went wrong.
No branches or pull requests
Checklist
Build
botframework-directlinejs
to0.15.1
4.15.0
CHANGELOG.md
to mark specific changes in4.15.0
4.15.0
, add breaking changes:import 'core-js/features/map'
to their polyfill list if they support IE11 with NPM installnpm version --no-git-tag-version 4.15.0
master
, the PR number is Bump to production version 4.15.0 #419349cfdc1
true
BotFramework-WebChat-daily
294404
and commit is49cfdc12
WebChat-release-testing
pipeline to completePush-Release-Testing-to-GitHub-Pages
321
/packages/
folder/samples/
folder, as they are pointing to previous version of Web ChatWebChat-release-testing
as neededTest
webchat-release-testing
4.15.0
and previous releasesRelease
main
orbranch, runqfe
git status
to checkgit pull
/package.json
,/package-lock.json
, andCHANGELOG.md
has a version of4.15.0
git log
49cfdc12
git tag v4.15.0
git push -u upstream v4.15.0
CHANGELOG.md
cat webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
curl -H 'Accept-Encoding: gzip' https://cdn.botframework.com/botframework-webchat/4.15.0/webchat.js | gunzip - | openssl dgst -sha384 -binary | openssl base64 -A
stats.json
and 5 tarballswebchat-release-testing/drops
[[PROD]]Push-WebChat-to-npmjs
37
and commit is49cfdc12
[[PROD]]Push-WebChat-to-Prod-CDN-with-approval
294404
, release number is41
and commit is49cfdc12
131156
(this is fixed)Post-release verification - complete within 30 minutes after release to NPM
webchat-release-testing
01.create-react-app
01.create-react-app/node_modules
npm install
npm install [email protected]
(just install the bundle package)npm run build
npx serve
(at repo root)Notification to interested parties
Post-release checklist
These are chores that we should do before starting the cycle to reduce ripple effects if we do it in mid-cycle.
Tips:
node_modules
from all foldergit clean -fdx
package-lock.json
component/package.json
botframework-webchat-core
by hand-modifyingpackage.json
npm install
(symlinks will be broken afterward)package.json
Applies to all releases
If on QFE branch, make sureCHANGELOG.md
and version number bump is cherry-picked tomaster
git checkout master
git cherry-pick XXX
(the commitish for bumping version number andCHANGELOG.md
)Correct the date for 4.15.0 inCHANGELOG.md
in PR #XXXCHANGELOG.md
package.json
to4.15.1-0
in PR #XXXnpm version prepatch --no-git-tag-version
servicingPlan.json
in PR #XXX4.15.0
in PR #XXXnpm init
with default valuesnpm install [email protected]
The PR is https://github.com/microsoft/BotFramework-WebChat/pull/XXX
Applies to major/minor releases
Bump all dependencies to latest version
On each
package.json
under root and/packages/
:All NPM packages (@babel/*
,jest
,lerna
,typescript
,webpack
, etc) in PR #XXXreact
,react-dom
,redux
,redux-saga
,@types/react
rxjs@5
onplayground
microsoft-cognitiveservices-speech-sdk
adaptivecards
expect@25
undertest/harness
graceful-fs
)Runnpm audit fix
to make sure everything is fixedTest under IE11 to make sure all dependencies are workingList steps to verify bumpingmicrosoft-cognitiveservices-speech-sdk
Obstacles to bump
npm
Check if the followings are still valid. We should bump to
npm@latest
([email protected]
) as soon as possible.As of writing,
[email protected]
(bundled bynode@16
) has issue on runningpostinstall
script.[email protected]
is peer-depends on@angular/common
, whichnpm@7
will automatically install missing peer dependencies. Track the issue here.Bump Docker image
Docker container for headless Chrome (#XXX)3.14.159-xxx
tag scheme to a more sensible87.0
tag schemeThe text was updated successfully, but these errors were encountered: