-
Notifications
You must be signed in to change notification settings - Fork 471
chore: migrate to changeset #1111
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
Conversation
|
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.
Changesets is great. LGTM 🚀
"access": "public", | ||
"baseBranch": "main", | ||
"updateInternalDependencies": "patch", | ||
"ignore": [] |
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.
Do we need to ignore eslint-config and website?
"ignore": [] | |
"ignore": [ | |
"@react-native-async-storage/eslint-config", | |
"async-storage-website" | |
] |
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.7", |
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.
Should we also add @changesets/changelog-github
since we're referencing it in the config?
"@changesets/cli": "^2.27.7", | |
"@changesets/changelog-github": "^0.5.0", | |
"@changesets/cli": "^2.27.7", |
@@ -2205,6 +2205,15 @@ __metadata: | |||
languageName: node | |||
linkType: hard | |||
|
|||
"@babel/runtime@npm:^7.20.1, @babel/runtime@npm:^7.5.5": |
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.
This entry should be deduped.
Summary
Migrating to changeset as keeping up with semantic-release for monorepo can become cumbersome