Skip to content
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

Migrate to Changesets #63

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Migrate to Changesets #63

merged 1 commit into from
Oct 26, 2021

Conversation

72636c
Copy link
Member

@72636c 72636c commented Oct 25, 2021

It's looking like our config will require numerous breaking changes to get to ESLint v8 compatibility (#62). If we stuck with semantic-release we'd either need to get creative with branching, have one mega PR or release a bunch of intermediary major versions that add little value.

Instead, switch to Changesets. This is used in a number of our OSS repos and makes it easier to bundle multiple changes into a release. We support previewing the release notes with and without a GITHUB_TOKEN via yarn version.

It's looking like our config will require numerous breaking changes to
get to ESLint v8 compatibility (#62). If we stuck with semantic-release
we'd either need to get creative with branching, have one mega PR or
release a bunch of intermediary major versions that add little value.

Instead, switch to Changesets. This is used in a number of our OSS repos
and makes it easier to bundle multiple changes into a release. We
support previewing the release notes with and without a `GITHUB_TOKEN`
via `yarn version`.

- name: Set up Node.js 14.x
- name: Set up Node.js 16.x
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This goes LTS tomorrow 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants