DirectoryChanGo

class chango.concrete.DirectoryChanGo(change_note_type, version_note_type, version_history_type, scanner, directory_format='{uid}_{date}')

Bases: ChanGo[DirectoryVersionScanner, VHT, VNT, CNT], Generic

Implementation of the ChanGo interface that works with DirectoryVersionScanner and assumes that change notes are stored in subdirectories named after the version identifier.

Parameters:
directory_format

The format string used to create version directories.

Type:

str

build_github_event_change_note(event)

Implementation of build_github_event_change_note(). Will always call chango.abc.ChangeNote.build_from_github_event() and does not check if a new change note is necessary.