Skip to main content

Module changeset

Module changeset 

Source
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.
ChangesetManager
Manager for changeset operations.
PackageChange
A change to a specific package.

Enums§

BumpType
Type of version bump for a package.

Constants§

CHANGESETS_DIR
The directory name for storing changesets.