Crate changepacks_utils

Crate changepacks_utils 

Source

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