When adding other data to {{_data}} outside the {{releases}} directory, I get the following error in {{release_file_parser.rb}} :
{noformat} abort("The release file #{file} does not have the markdown extension!") {noformat}
Only files in {{project/*/releases}} should be used for release file processing. BTW the file extension tested is yml but the message says md. Final question does this extension replace the DataDir extension or can they both be run in parallel?
|