Skip to main content

Crate changeset_project

Crate changeset_project 

Source

Structs§

CargoProject
FileMapping
Result of mapping changed files to packages.
GitConfig
GraduationState
Graduation queue for 0.x packages. File: .changeset/graduation.toml Format:
PackageChangesetConfig
PackageFiles
Mapping of files to a single package.
PrereleaseState
Active prerelease configuration. File: .changeset/pre-release.toml Format:
RootChangesetConfig

Enums§

ProjectError
ProjectKind
TagFormat

Constants§

CHANGESETS_SUBDIR
Subdirectory within the changeset directory where changeset markdown files are stored. Full path: <project_root>/<changeset_dir>/changesets/
DEFAULT_CHANGESET_DIR

Functions§

discover_project
Errors
ensure_changeset_dir
Errors
load_changeset_configs
Errors
map_files_to_packages
parse_package_config
Errors
parse_root_config
Parses the root changeset configuration based on project kind.

Type Aliases§

Result