Add comment in generated files saying it was autogenerated

This commit is contained in:
Andrew Cassidy 2021-04-16 23:01:46 -07:00
parent 8d8455898c
commit fe6ca6559a

View File

@ -92,6 +92,7 @@ def main(inpath, outpath, name):
v_node.add_value('change', change)
with open(outpath, 'w') as fp:
fp.write('// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp)')
fp.write('KERBALCHANGELOG\n')
fp.write(str(node))