generate_changelog.actions

actions#

Processing module for changelog generation.

Attributes

BUILT_INS

The registered actions that are considered to be built-in.

Functions

register_builtin

A decorator that registers a function with an optional name.

Classes

Registry

Built-in action registry.

Modules

generate_changelog.actions.file_processing

File reading and writing actions.

generate_changelog.actions.matching

Commit matching functions.

generate_changelog.actions.metadata

Metadata callback and processing functions.

generate_changelog.actions.shell

Shell commands for processing.

generate_changelog.actions.text_processing

Text functions.