Hello and welcome! To manage our change log and releases, we use Changesets to version and publish code.
To add an entry to the change log for your pull request, from your feature branch run pnpm changeset
in your terminal. Use the arrow, spacebar, and return keys to answer the following Changesets CLI questions:
🦋 Which packages would you like to include?
- Press the
Space
key to selectchanged packages
, then pressEnter
to move to the next question.
🦋 Which packages should have a major bump?
- Press the
Enter
key to select none and move to the next question, or navigate packages using the arrow keys and press theSpace
key to select the packages with changes that should target a major version.
🦋 Which packages should have a minor bump?
- Press the
Enter
key to select none so that your changes automatically target a patch bump, or select packages using the up and down arrow keys and space if your changes should target a minor version.
🦋 The following packages will be patch bumped:
🦋 {PACKAGE NAME}
🦋 {PACKAGE NAME}
🦋 Please enter a summary for this change (this will be in the changelogs).
🦋 (submit empty line to open external editor)
🦋 Summary › {CHANGELOG ENTRY}
- Follow our change log content guidelines to write your entry
- Commit and push up