generate_changelog.actions.text_processing.AppendString AppendString# class generate_changelog.actions.text_processing.AppendString[source]# Create a callable that can append a string to the input. postfix: Union[str, Callable[[], str]] = ''# The string to append. __call__(input_text)[source]# Append a string to the input_text. Return type: str Parameters: input_text (str | Callable[[], str]) – __init__(postfix='')# Parameters: postfix (str | Callable[[], str]) – Return type: None