Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.22 KB

MAINTAINING.md

File metadata and controls

31 lines (17 loc) · 1.22 KB

Maintaining yorkie-ui

Releasing a New Version

1. Update the version number.

  • Update version in package.json.
  • Run pnpm run version to synchronize the versions of sub-packages with the root version.
  • Create Pull Request and merge it into main.

2. Publish a new release.

  1. Click on Releases in GitHub, then click the Draft a new release button.

    Alternatively, you can directly access this link: https://github.com/yorkie-team/yorkie-ui/releases/new

    image

  2. Create a new tag.

    image

  3. Click the Generate release notes button.

    image

  4. Click the Publish release button.

3. Deploy

When you publish the release, GitHub action will automatically deploy Yorkie UI to npm.