Skip to content

4.7.1 Post-release checklist #2708

@compulim

Description

@compulim

These are chores that we should do before starting the cycle to reduce ripple effects if we do it in mid-cycle.

Tips:

  • Clean your repo before start
  • Remove node_modules from all folder
    • git clean -fdx
  • Never delete package-lock.json
  • If you mess it up, tableflip and redo
  • In component/package.json
    • Remove reference to botframework-webchat-core by hand-modifying package.json
    • Then, npm install
    • Then, add those references back by hand-modifying package.json
    • Also for other packages with similar dependencies

Applies to all releases

This list should be copied to versions in the future.

  1. Bump package.json to 4.7.2-0
  2. On QFE branch, make sure CHANGELOG.md is cherry-picked to master

Applies to major/minor releases

  • Update all samples to use 4.7.1
  • Bump all dependencies to latest version
  • Run npm audit fix to make sure everything is fixed
  • Test under IE11 to make sure all dependencies are working

Metadata

Metadata

Assignees

Labels

releaseRelease checklist

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions