[feature] Change header of file containing changes

This commit is contained in:
Sergey Konovalov
2022-10-27 15:23:29 +03:00
committed by Sergey Konovalov
parent fcb9a57a7d
commit 6fedd46126

View File

@ -1045,5 +1045,5 @@ exports.isUselesSfc = function(row, cmd) {
return !(row && commonDefines.FileStatus.SaveVersion === row.status && cmd.getStatusInfoIn() === row.status_info);
};
exports.getChangesFileHeader = function() {
return `CHANGES|${commonDefines.buildVersion};`;
return `CHANGES\t${commonDefines.buildVersion}\n`;
};