add-changeset
Installation
SKILL.md
Context
All changelog entries are created using changesets. Upcoming changeset files are located in the .changeset folder. Changeset files are created using the changeset CLI tool, which prompts the user to input the relevant information for the changelog entry. After a changeset file is created, it can be edited manually to ensure it follows the correct format and includes all necessary information.
Adding a changeset entry
Parameters
For a given changeset the following parameters are required:
- Package: The package(s) affected by the change.
- Version bump: The level of change being made (patch, minor, major).
- Summary: A short description of the change, including relevant details.
Generating a changeset file
-
Locate the
.changesetdirectory where the changeset file should be placed -
Create the changeset file Under the
.changesetdirectory create a file with a unique filename using the pattern: [random-adjective]-[random-noun]-[random-verb].md (e.g., happy-lions-jump.md)