Skip to content

How to Release

Chandni Patel edited this page Apr 24, 2025 · 5 revisions

Make sure your PR covers below:

  1. Add issue that is fixed in PR description.
  2. Update the package version in package.json of the targeted package e.g. pipelines-appservice-lib\packages\appservice-rest\package.json

After it is merged, follow release steps:

  1. Go to the folder for specific package like pipelines-appservice-lib\packages\appservice-rest
  2. Run: npm login
  3. Run: npm install
  4. Run: npm run build && npm run copypackage && cd lib && npm publish

Clone this wiki locally