I want to change the logical file path to be a fixed string as described in Liquibase: How to disable FILENAME column check?. I want to apply it to all change sets without having to specify it in every one. It seems the change log, that groups change sets, permits this according to the documentation. However, the documentation always refers to tags and attributes, as if the change log is in XML format. In case my change log is in YAML format, how can I specify the logicalFilePath attribute?