Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 901 Bytes

RELEASEME.md

File metadata and controls

8 lines (6 loc) · 901 Bytes

Inworld AI Web SDK Release Documentation

The following details the process to create a new release. The deployment to GitHub, NPM and YarnPKG are automated and should occur up a Release & Publish to NPM workflow being successfully finished.

  1. Update the CHANGELOG.md file, located at the root of this corresponding package directory (for example, packages/web-core/CHANGELOG.md), with the list of changes, fixes and features that are included with the new release. The CHANGELOG.md file should be compatible with following format. I.e. it should start from Unreleased line.
  2. Create a PR and merge all changes into main.
  3. Once this is completed, navigate to the Actions page for this repository.
  4. Find Release & Publish to NPM workflow. Run it manually. Don't forget to select package and increment: patch, minor or major.