Hi! 👋 We’re excited that you’re interested in contributing!
Read the guidelines on the MDX website
This project is managed by changesets, so packages releasing is controlled by changesets.
- There will be a release PR generated by changesets's action automatically, when the release is ready, you should merge that PR firstly.
- Then you'll need to pull the latest codes from remote.
- Make sure you have both GitHub repository and npm write permissions at the same time.
- You need a GitHub token with a
public_repo
scope asGITHUB_TOKEN
in the environment to publish - Run
yarn release
simply, orGITHUB_TOKEN=xxx yarn release
to exportGITHUB_TOKEN
at one time.