-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(repo): Enter changesets Pre mode (for v5) #1970
Conversation
|
Name | Type |
---|---|
gatsby-plugin-clerk | Major |
@clerk/clerk-js | Major |
@clerk/clerk-sdk-node | Major |
@clerk/backend | Major |
@clerk/fastify | Major |
@clerk/nextjs | Major |
@clerk/shared | Major |
@clerk/clerk-expo | Major |
@clerk/types | Major |
@clerk/chrome-extension | Patch |
@clerk/remix | Patch |
@clerk/clerk-react | Patch |
@clerk/localizations | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
0c9a367
to
387a803
Compare
387a803
to
3f83492
Compare
629773b
to
543e69b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment, everything else makes sense!
4dbb3c7
to
aef6c94
Compare
Since we are using the pre-release changeset mode there is no need to generate canary releases upon merging commits to main using the `canary` related npm commands and gh actions. Also with this change we will stop producing a `canary` version on every main merge.
Since we have enabled the changeset pre-release mode the versions produced by the Version packages PR will be pre-release tags with a `alpha-v${next-major-version}` tag. So there is no need to block the Version Packages PR from being merged and we will need to exit changeset pre-release mode to release the stable next major version.
…be considered breaking
427ff92
to
db5a931
Compare
Description
Version packages
to produce next major version@alpha-v5
releasemain-v4
torelease/v4
(are only used as reference for the future, those will actually be used to trigger flows when they are committed torelease/v4
)To verify
premajor
tags:git checkout fix-version-packages
npx changeset version
Checklist
npm test
runs as expected.npm run build
runs as expected.Type of change
Packages affected
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/clerk-expo
@clerk/fastify
gatsby-plugin-clerk
@clerk/localizations
@clerk/nextjs
@clerk/clerk-react
@clerk/remix
@clerk/clerk-sdk-node
@clerk/shared
@clerk/themes
@clerk/types
build/tooling/chore