generate_changelog.actions.file_processing

file_processing#

File reading and writing actions.

Functions

stdout

Write content to stdout.

Classes

IncrementalFileInsert

Replace the start of a file with text.

ReadFile

Return a file's contents when called.

WriteFile

Write the passed string to a file when called.