CommitMessage#

class neophile.pr.CommitMessage(changes)#

Bases: object

A Git commit message.

Parameters:

changes (list[str]) –

Attributes Summary

body

Body of the commit message.

title

Title of the commit message, currently fixed for all commits.

Attributes Documentation

body#

Body of the commit message.

title: ClassVar[str] = '[neophile] Update dependencies'#

Title of the commit message, currently fixed for all commits.