Functions§
- apply_
reverse_ dependencies - Apply reverse dependency updates: if package A depends on package B (via workspace:*), and B is being updated, then A should also be updated as PATCH.
- clear_
update_ logs - detect_
indent - display_
update - find_
current_ git_ repo - Find git repository from current directory using gix
- find_
project_ dirs - Find project directories containing specific files from git tracked files
- gen_
changepack_ result_ map - gen_
update_ map - get_
changepacks_ config - Get the changepacks configuration from .changepacks/config.json Returns default config if the file doesn’t exist or is empty
- get_
changepacks_ dir - get_
relative_ path - next_
version - sort_
by_ dependencies - Sort projects by their dependencies using topological sort. Projects with no dependencies or whose dependencies are already published will come first. Returns a sorted vector of project references (no cloning, just reordering).
- split_
version