Skip to Content
Getting startedRelease workflow

Release workflow

  1. Change code under packages/*.
  2. Bump version in each published package.json you changed.
  3. Run pnpm run verify locally.
  4. Open PR → merge to main or release/*.
  5. Azure Pipeline publishes artifacts/*.tgz to the npm feed (see Publish to Azure Artifacts).
  6. In consuming apps, bump sumx-deps.config.json feed versions and run pnpm run sumx:feed && pnpm install.

Keep @sumx/ssr-auth-react peerDependency on @sumx/ssr-auth-core aligned (e.g. ^0.1.0).