(file _ext/release_file_parser.rb) When mixing with adding other non release content data to {{_data}} outside the {{releases}} directory , I get the following error :
{noformat} abort("The release file #{file} does not have the markdown extension!") {noformat} This should only be tested if we are 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?
|