Release workflow
- Change code under
packages/*. - Bump version in each published
package.jsonyou changed. - Run
pnpm run verifylocally. - Open PR → merge to
mainorrelease/*. - Azure Pipeline publishes
artifacts/*.tgzto the npm feed (see Publish to Azure Artifacts). - In consuming apps, bump
sumx-deps.config.jsonfeed versions and runpnpm run sumx:feed && pnpm install.
Keep @sumx/ssr-auth-react peerDependency on @sumx/ssr-auth-core aligned (e.g. ^0.1.0).