Liquibase for neo4j: which format to use?

Hello,

I'm migrating my liquigraph codebase to the neo4j plugin for liquibase: GitHub - liquibase/liquibase-neo4j: Neo4j extension for Liquibase (thanks for the tool).

Do you recommend a particular format (yml, xml or other) for writing neo4j migrations ?

Previously I wrote liquigraph migrations in xml format, but since ou liquibase postgres dev rely on yml format I'm considering using yml format now for neo4j.
Unless this implies some headaches with cypher, hence my question :wink:

Thanks,
Adrian

Hello,

Fow now we use XML format (all the samples and all the issues I saw on liquibase neo4j used this format, I don't want to stay away for the basic usage atm).

I tested the YML format at it works fine though