Function workspace_node_tools::changes::init_changes

source ยท
pub fn init_changes(
    cwd: Option<String>,
    change_options: &Option<ChangesOptions>,
) -> ChangesFileData
Expand description

Initialize the changes file. If the file does not exist, it will create it with the default message. If the file exists, it will return the content of the file.