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.1
CHANGELOG.md
npm version --no-git-tag-version 4.15.1
master
a6b3788
true
BotFramework-WebChat-daily
294611
WebChat-release-testing
Push-Release-Testing-to-GitHub-Pages
325
/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.1
git push -u upstream v4.15.1
cat webchat.js | openssl dgst -sha384 -binary | openssl base64 -A
curl -H 'Accept-Encoding: gzip' https://cdn.botframework.com/botframework-webchat/4.15.1/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.1.tgz curl -LO https://registry.npmjs.org/botframework-webchat/-/botframework-webchat-4.15.1.tgz curl -LO https://registry.npmjs.org/botframework-webchat-core/-/botframework-webchat-core-4.15.1.tgz curl -LO https://registry.npmjs.org/botframework-webchat-api/-/botframework-webchat-api-4.15.1.tgz curl -LO https://registry.npmjs.org/botframework-webchat-component/-/botframework-webchat-component-4.15.1.tgz
[[PROD]]Push-WebChat-to-npmjs
38
[[PROD]]Push-WebChat-to-Prod-CDN-with-approval
42
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-e2zspajCn8G7DzOMi/9M6fdAPERyN5S11E5QzrAK0HXxMwyw7a6/FHLie73RUzdD" src="https://cdn.botframework.com/botframework-webchat/4.15.1/webchat.js" ></script> <script crossorigin="anonymous" integrity="sha384-9o6xJEK8DboSm23+cyRi/6ROyiQFbCXgSN+GkpMXVtIC0QeYRPA9lD8MlXPikyub" src="https://cdn.botframework.com/botframework-webchat/4.15.1/webchat-es5.js" ></script> <script crossorigin="anonymous" integrity="sha384-gy9DN+p1zEnZY24LW0HtuFhmhF17qhO8QM0vlrZupIXggEUih+uYAPZ+uGCTT1f7" src="https://cdn.botframework.com/botframework-webchat/4.15.1/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.2-0
npm version prepatch --no-git-tag-version
servicingPlan.json
npm init
The PR is https://github.com/microsoft/BotFramework-WebChat/pull/XXX
npm run bump
npm audit fix
microsoft-cognitiveservices-speech-sdk
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:
No branches or pull requests
Checklist
Build
Bump MockBot to Bot Framework SDK release 4.15.1(not needed for patch release)botframework-directlinejs
to0.15.1
4.15.1
CHANGELOG.md
to mark specific changes in4.15.1
npm version --no-git-tag-version 4.15.1
master
, the PR number is Render/mount to a detached DOM node #4197a6b3788
true
BotFramework-WebChat-daily
294611
and commit isa6b3788
WebChat-release-testing
pipeline to completePush-Release-Testing-to-GitHub-Pages
325
/packages/
folder/samples/
folder, as they are pointing to previous version of Web ChatWebChat-release-testing
as neededTest
webchat-release-testing
4.15.1
and previous releasesRelease
main
orbranch, runqfe
git status
to checkgit pull
/package.json
,/package-lock.json
, andCHANGELOG.md
has a version of4.15.1
git log
a6b3788
git tag v4.15.1
git push -u upstream v4.15.1
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.1/webchat.js | gunzip - | openssl dgst -sha384 -binary | openssl base64 -A
stats.json
and 5 tarballswebchat-release-testing/drops
[[PROD]]Push-WebChat-to-npmjs
38
and commit isa6b3788
[[PROD]]Push-WebChat-to-Prod-CDN-with-approval
294611
, release number is42
and commit isa6b3788
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
)CHANGELOG.md
in PR #XXXCHANGELOG.md
package.json
to4.15.2-0
in PR Bump to 4.15.2-0 #4195npm version prepatch --no-git-tag-version
servicingPlan.json
in PR Bump to 4.15.2-0 #41954.15.1
in PR Bump to 4.15.2-0 #4195npm 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
npm run bump
npm audit fix
to make sure everything is fixedmicrosoft-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: