Draft
Conversation
…c/jss-8623-changeset-multiver
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…c/jss-8623-changeset-multiver # Conflicts: # lerna.json # packages/create-content-sdk-app/package.json
…c/jss-8623-changeset-multiver
This reverts commit 571733b.
…c/jss-8623-changeset-multiver # Conflicts: # lerna.json # packages/create-content-sdk-app/package.json # packages/create-content-sdk-app/src/templates/nextjs-app-router/package.json # packages/create-content-sdk-app/src/templates/nextjs/package.json # yarn.lock
…c/jss-8623-changeset-multiver
…ore/jss-8623-better-changesets # Conflicts: # .github/workflows/publish.yml # packages/create-content-sdk-app/package.json # packages/create-content-sdk-app/src/templates/nextjs-app-router/package.json # yarn.lock
Contributor
📦 Package Size and Test Coverage Report
|
| - name: Build packages | ||
| run: npm run build | ||
|
|
||
| - name: Creating .npmrc |
Contributor
There was a problem hiding this comment.
(Optional) Maybe we can create a job that will create the file so we don't have the same block 2 times
sc-nikolaoslazaridis
approved these changes
Apr 14, 2026
Contributor
sc-nikolaoslazaridis
left a comment
There was a problem hiding this comment.
Looks good, we can revaluate after the first run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description / Motivation
There are certain complications of the current canary flow makes multi-version support harder:
As an answer to these challenges, new, simplified canary flow:
canary(dev branch, regular release flow) orhotfix-canary(release/ branches, hotfix release flow)canary.commit-{SHA}andcanary.pr-{origin_pr_id}for easier identificationThis approach preserves pre-release publishes for QA and preview, and simplifies the overall flow.
Note: should be merged after next full release for all packages in monorepo.
Testing Details
Types of changes