Cannot include YAML file
Description
Environment
Macbook Air 2012 OSX Mountain Lion 10.8.3
Activity
Show:
Nathan Voxland June 21, 2013 at 3:03 PM
Still under development, it will probably be released in a week or two.
The 3.0.x branch on github is where 3.0.1 will be built from and includes your fix.

Edmund Fung June 21, 2013 at 3:00 PM
Where can I get 3.0.1? It seems like it has not been released. Is the github on version 3.0.1?
Nathan Voxland June 21, 2013 at 1:05 AM
Fixed for 3.0.1. The syntax you list is correct
I am trying to include multiple YAML changelog files. I tried using the code to include multiple files from the site which is in XML. (http://www.liquibase.org/documentation/include.html) If I include an XML file it works fine, but it ignores YAML, successfully finishing without error. I also tried a YAML include file like this:
databaseChangeLog:
include:
file: init-db.yaml
include:
file: insert-factor.yaml
But liquibase would also finish without error.
Is including YAML files not supported?