caffco/Get Changed Packages

Returns changed packages and those listed in your changesets

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base_branchName of the base branch from which changes will be computed. Defaults to `main`.yesmain
repository_pathRelative or absolute path to the repository. Defaults to working directory.yes.
namedescription
packages_affected_by_release_planList of package names affected by the release plan defined by your changesets
changed_packagesList of package names that have changes since base branch, regardless appearing in your changesets or not
changed_packages_without_changesetList of package names that have changes since base branch and do not appear in your changesets
packages_versions_after_applying_release_planDictionary of package name -> version reflecting the result of applying the release plan defined by your changesets
all_changed_packages_have_changesetBoolean flag telling whether all changed packages appear in at least one changeset (`true`) or not