Expand description
Changeset creation, storage, and parsing.
Changesets are Markdown files stored in .cuenv/changesets/ that describe
pending changes for a release. They follow a format similar to Changesets
but with cuenv-specific extensions.
§Changeset Format
---
"package-name": minor
"another-package": patch
---
Summary of the change (first line is the title)
Optional longer description with more details.Structs§
- Changeset
- A changeset describing pending changes for a release.
- Changeset
Manager - Manager for changeset operations.
- Package
Change - A change to a specific package.
Enums§
- Bump
Type - Type of version bump for a package.
Constants§
- CHANGESETS_
DIR - The directory name for storing changesets.